summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbin Simon <mail@meain.io>2022-06-12 14:23:48 +0530
committerAbin Simon <mail@meain.io>2022-06-12 14:23:48 +0530
commitdadd350d2ea06d22144d37153175b274ab533b66 (patch)
tree23bb6a5da71a44ab28a08b4fd78b7afb33c68db5
parente9065f7ab3f6e61924c24126683862ccb69fca47 (diff)
Release 0.22.00.22.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
4 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c740ad..664ba9a 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.22.0] - 2022-06-12
### Added
- Add support for `--header` from [MichaelAug](https://github.com/MichaelAug)
- Add support for `--no-sort` `-U` from [MichaelAug](https://github.com/MichaelAug)
@@ -340,7 +340,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change the component alignement by using term_grid
-[Unreleased]: https://github.com/Peltoche/lsd/compare/0.21....HEAD
+[0.22.0]: https://github.com/Peltoche/lsd/compare/0.21....HEAD
[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
[0.20.0]: https://github.com/Peltoche/lsd/compare/0.19.0...0.20.0
diff --git a/Cargo.lock b/Cargo.lock
index 40aaf27..927dfee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -405,7 +405,7 @@ dependencies = [
[[package]]
name = "lsd"
-version = "0.21.0"
+version = "0.22.0"
dependencies = [
"assert_cmd",
"assert_fs",
diff --git a/Cargo.toml b/Cargo.toml
index a923d71..788f97c 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.21.0"
+version = "0.22.0"
edition = "2021"
[[bin]]
diff --git a/README.md b/README.md
index ff6c87c..69b1b8f 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,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.21.0_amd64.deb` get `.deb` file from [release page](https://github.com/Peltoche/lsd/releases) |
+| 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) |
| Solus | `eopkg it lsd` |