summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeltoche <dev@halium.fr>2019-03-04 19:47:29 +0100
committerPeltoche <dev@halium.fr>2019-03-04 19:52:43 +0100
commitdbff549a87ff84a0594dd78ecee356c9e0795a87 (patch)
treebe6270621ec5f7489219b112d2cef1a081ce79f6
parent7ab13a3b6e81f7229b410379350ce38a4126ce35 (diff)
Release the 1.13.00.13.0
-rw-r--r--CHANGELOG.md9
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cc7249..74a61db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.13.0] - 2019-03-04
+- Add some support for the LS_COLORS env variable from [meain](https://github.com/meain)
+- Fix the display when not outputting to a tty from [meain](https://github.com/meain)
+- Add the --classic flag from [loewenheim](https://github.com/loewenheim)
+- Improve the tree display
+
## [0.12.0] - 2019-01-23
### Added
- Add the --depth parameter for the -R and --tree options from [jorpic](https://github.com/jorpic)
@@ -157,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change the component alignement by using term_grid
-[Unreleased]: https://github.com/Peltoche/lsd/compare/0.12.0...HEAD
+[Unreleased]: https://github.com/Peltoche/lsd/compare/0.13.0...HEAD
+[0.13.0]: https://github.com/Peltoche/lsd/compare/0.12.1...0.13.0
[0.12.0]: https://github.com/Peltoche/lsd/compare/0.11.1...0.12.0
[0.11.1]: https://github.com/Peltoche/lsd/compare/0.11.0...0.11.1
[0.11.0]: https://github.com/Peltoche/lsd/compare/0.10.0...0.11.0
diff --git a/Cargo.lock b/Cargo.lock
index ca75662..396a10d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -92,7 +92,7 @@ dependencies = [
[[package]]
name = "lsd"
-version = "0.12.1-pre"
+version = "0.13.0"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono-humanize 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 6e2d23a..19faed9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "lsd"
readme = "./README.md"
repository = "https://github.com/Peltoche/lsd"
-version = "0.12.1-pre"
+version = "0.13.0"
edition = "2018"
[[bin]]