summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbin Simon <mail@meain.io>2022-09-13 08:55:33 +0530
committerAbin Simon <mail@meain.io>2022-09-13 08:55:33 +0530
commit84fedc6f44d1928239b8e489b1e2acc83e26cd71 (patch)
tree200d683d035639b93d8a8e65740a4448e1501c8c
parentb164cbef9ea43c308ccf5c87b4e326775cb2cdee (diff)
Release 0.23.10.23.1
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
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` |