diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8921135..b0a9e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased] - ReleaseDate +## [0.19.0] - 2020-12-13 ### Added - Add support for using a config file [kmoschcau](https://github.com/kmoschcau) - Add support for `--extensionsort` `-X` from [aldhsu](https://github.com/aldhsu) @@ -291,7 +291,7 @@ 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.18.0...HEAD +[0.19.0]: https://github.com/Peltoche/lsd/compare/0.18.0...HEAD [0.18.0]: https://github.com/Peltoche/lsd/compare/0.17.0...0.18.0 [0.17.0]: https://github.com/Peltoche/lsd/compare/0.16.0...0.17.0 [0.16.0]: https://github.com/Peltoche/lsd/compare/0.15.1...0.16.0 @@ -338,7 +338,7 @@ dependencies = [ [[package]] name = "lsd" -version = "0.18.0" +version = "0.19.0" dependencies = [ "ansi_term 0.12.1", "assert_cmd", @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "lsd" readme = "./README.md" repository = "https://github.com/Peltoche/lsd" -version = "0.18.0" +version = "0.19.0" edition = "2018" [[bin]] @@ -55,7 +55,7 @@ _... and other Debian-based Linux distributions_ Download the latest .deb package from the [release page](https://github.com/Peltoche/lsd/releases) and install it via: ```sh -sudo dpkg -i lsd_0.18.0_amd64.deb # adapt version number and architecture +sudo dpkg -i lsd_0.19.0_amd64.deb # adapt version number and architecture ``` ### On Gentoo |