Skip to content

Commit 80a2bb2

Browse files
committed
Release 0.23.0
1 parent 6638e63 commit 80a2bb2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] - ReleaseDate
7+
## [0.23.0] - 2022-09-05
88
### Added
99
- Add icon for Zstandard from [nix6839](https://github.com/nix6839)
1010
### Changed
@@ -348,7 +348,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
348348
- Change the component alignment by using term_grid
349349

350350

351-
[Unreleased]: https://github.com/Peltoche/lsd/compare/0.22.0...HEAD
351+
[0.23.0]: https://github.com/Peltoche/lsd/compare/0.22.0...HEAD
352352
[0.22.0]: https://github.com/Peltoche/lsd/compare/0.21.0...0.22.0
353353
[0.21.0]: https://github.com/Peltoche/lsd/compare/0.20.1...0.21.0
354354
[0.20.1]: https://github.com/Peltoche/lsd/compare/0.20.0...0.20.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
name = "lsd"
99
readme = "./README.md"
1010
repository = "https://github.com/Peltoche/lsd"
11-
version = "0.22.0"
11+
version = "0.23.0"
1212
edition = "2021"
1313

1414
[[bin]]
@@ -64,4 +64,4 @@ sudo = []
6464
lto = true
6565
codegen-units = 1
6666
strip = true
67-
debug = false
67+
debug = false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Install the patched fonts of powerline nerd-font and/or font-awesome. Have a loo
3535
| NetBSD or any `pkgsrc` platform | `pkgin install lsd` or `cd /usr/pkgsrc/sysutils/lsd && make install` |
3636
| Windows | `scoop install lsd` |
3737
| Android (via Termux) | `pkg install lsd` |
38-
| Ubuntu/Debian based distro | `sudo dpkg -i lsd_0.22.0_amd64.deb` get `.deb` file from [release page](https://github.com/Peltoche/lsd/releases) |
38+
| 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) |
3939
| Solus | `eopkg it lsd` |
4040
| Void Linux | `sudo xbps-install lsd` |
4141

0 commit comments

Comments
 (0)