File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "Apache-2.0"
88name = " lsd"
99readme = " ./README.md"
1010repository = " https://github.com/Peltoche/lsd"
11- version = " 0.22 .0"
11+ version = " 0.23 .0"
1212edition = " 2021"
1313
1414[[bin ]]
@@ -64,4 +64,4 @@ sudo = []
6464lto = true
6565codegen-units = 1
6666strip = true
67- debug = false
67+ debug = false
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments