From 2930769d825577a08b470fda02c4e404241543f6 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Sun, 7 Mar 2021 11:53:16 +0530 Subject: Release 0.20.0 --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ba3d3..b6b635e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] - ReleaseDate +## [0.20.0] - 2021-03-07 ### Added - Add support for changing the string between icon and name from [Finn Hediger](https://github.com/orangefran) [#363](https://github.com/Peltoche/lsd/issues/363) - Add support for `TIME_STYLE` environment variable from [999eagle](https://github.com/999eagle) @@ -304,7 +304,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.19.0...HEAD +[0.20.0]: https://github.com/Peltoche/lsd/compare/0.19.0...HEAD [0.19.0]: https://github.com/Peltoche/lsd/compare/0.18.0...0.19.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 3aa1eba..5e37366 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ [[package]] name = "lsd" -version = "0.19.0" +version = "0.20.0" dependencies = [ "ansi_term 0.12.1", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 526f6b8..1ae5480 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.19.0" +version = "0.20.0" edition = "2018" [[bin]] diff --git a/README.md b/README.md index 316cd97..d1aec2b 100644 --- a/README.md +++ b/README.md @@ -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.19.0_amd64.deb # adapt version number and architecture +sudo dpkg -i lsd_0.20.0_amd64.deb # adapt version number and architecture ``` ### On Gentoo -- cgit v1.2.3