mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-12 13:12:31 +00:00
Release 0.23.1
This commit is contained in:
parent
b164cbef9e
commit
84fedc6f44
4 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -414,7 +414,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lsd"
|
||||
version = "0.23.0"
|
||||
version = "0.23.1"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"assert_fs",
|
||||
|
|
|
@ -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]]
|
||||
|
|
|
@ -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` |
|
||||
|
|
Loading…
Reference in a new issue