From 80a2bb26c8e6421ccb37302ed8833e38bf8b1f08 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Mon, 5 Sep 2022 14:53:06 +0530 Subject: Release 0.23.0 --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 4 ++-- README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a5e18..edb316d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - ReleaseDate +## [0.23.0] - 2022-09-05 ### Added - Add icon for Zstandard from [nix6839](https://github.com/nix6839) ### Changed @@ -348,7 +348,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change the component alignment by using term_grid -[Unreleased]: https://github.com/Peltoche/lsd/compare/0.22.0...HEAD +[0.23.0]: https://github.com/Peltoche/lsd/compare/0.22.0...HEAD [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 [0.20.1]: https://github.com/Peltoche/lsd/compare/0.20.0...0.20.1 diff --git a/Cargo.lock b/Cargo.lock index 9da5444..b140de6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,7 +414,7 @@ dependencies = [ [[package]] name = "lsd" -version = "0.22.0" +version = "0.23.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index b8da1a1..6bce431 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.22.0" +version = "0.23.0" edition = "2021" [[bin]] @@ -64,4 +64,4 @@ sudo = [] lto = true codegen-units = 1 strip = true -debug = false \ No newline at end of file +debug = false diff --git a/README.md b/README.md index 73573a4..0e4ac3d 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.22.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.0_amd64.deb` get `.deb` file from [release page](https://github.com/Peltoche/lsd/releases) | | Solus | `eopkg it lsd` | | Void Linux | `sudo xbps-install lsd` | -- cgit v1.2.3