summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbin Simon <mail@meain.io>2022-01-16 13:00:42 +0530
committerAbin Simon <mail@meain.io>2022-01-16 13:00:42 +0530
commitaf7ce9a03ef8b382a6507a809ccdf56e8b6968b7 (patch)
tree3b17677149d2e1b063833525dfa18cd06c4611a0
parent4a438a0efbf659e44226e9ff01d2c496f4222e07 (diff)
Release 0.21.00.21.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
4 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2782ea8..2c6d65b 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.21.0] - 2022-01-16
### Added
- Added support for the MISSING / mi= dircolors variable for broken symlink targets.
- Add support for theme from [zwpaper](https://github.com/zwpaper) [#452](https://github.com/Peltoche/lsd/pull/452)
@@ -324,7 +324,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.20.1...HEAD
+[0.21.0]: https://github.com/Peltoche/lsd/compare/0.20.1...HEAD
[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
[0.19.0]: https://github.com/Peltoche/lsd/compare/0.18.0...0.19.0
diff --git a/Cargo.lock b/Cargo.lock
index 60204a7..775c255 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "aho-corasick"
version = "0.7.18"
@@ -389,7 +391,7 @@ dependencies = [
[[package]]
name = "lsd"
-version = "0.20.1"
+version = "0.21.0"
dependencies = [
"assert_cmd",
"assert_fs",
diff --git a/Cargo.toml b/Cargo.toml
index 62b3a0a..5c122f0 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.20.1"
+version = "0.21.0"
edition = "2018"
[[bin]]
diff --git a/README.md b/README.md
index 9ab3fca..da12d6b 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.20.1_amd64.deb` get `.deb` file from [release page](https://github.com/Peltoche/lsd/releases) |
+| 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) |
| Solus | `eopkg it lsd` |