From 84fedc6f44d1928239b8e489b1e2acc83e26cd71 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Tue, 13 Sep 2022 08:55:33 +0530 Subject: Release 0.23.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8795d2a..ff306a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.23.1 - 2022-09-13 + ### Fixed - Fix tab completion for paths in ZSH from [duhdugg](https://github.com/duhdugg) - Fix POSIX-compatible exit status from [duhdugg](https://github.com/duhdugg) @@ -355,7 +357,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/Peltoche/lsd/compare/0.23.0...HEAD +[Unreleased]: https://github.com/Peltoche/lsd/compare/0.23.1...HEAD +[0.23.1]: https://github.com/Peltoche/lsd/compare/0.23.0...0.23.1 [0.23.0]: https://github.com/Peltoche/lsd/compare/0.22.0...0.23.0 [0.22.0]: https://github.com/Peltoche/lsd/compare/0.21.0...0.22.0 [0.21.0]: https://github.com/Peltoche/lsd/compare/0.20.1...0.21.0 diff --git a/Cargo.lock b/Cargo.lock index b140de6..62665b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,7 +414,7 @@ dependencies = [ [[package]] name = "lsd" -version = "0.23.0" +version = "0.23.1" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 6bce431..0f6807e 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.23.0" +version = "0.23.1" edition = "2021" [[bin]] diff --git a/README.md b/README.md index c2620f3..7a115cf 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Install the patched fonts of powerline nerd-font and/or font-awesome. Have a loo | NetBSD or any `pkgsrc` platform | `pkgin install lsd` or `cd /usr/pkgsrc/sysutils/lsd && make install` | | Windows | `scoop install lsd` | | Android (via Termux) | `pkg install lsd` | -| Ubuntu/Debian based distro | `sudo dpkg -i lsd_0.23.0_amd64.deb` get `.deb` file from [release page](https://github.com/Peltoche/lsd/releases) | +| Ubuntu/Debian based distro | `sudo dpkg -i lsd_0.23.1_amd64.deb` get `.deb` file from [release page](https://github.com/Peltoche/lsd/releases) | | Solus | `eopkg it lsd` | | Void Linux | `sudo xbps-install lsd` | | openSUSE | `sudo zypper install lsd` | -- cgit v1.2.3