summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbin Simon <abinsimon10@gmail.com>2020-08-29 19:10:41 +0530
committerAbin Simon <abinsimon10@gmail.com>2020-08-29 19:10:41 +0530
commit2ef4469f11dc3f8a0944f0dbc474b0e7f6aea64b (patch)
tree644a6af05f37918f0784f5fc4544b0b30ff37080
parent5b52dfcd51fea1e973fe3a5742a3cdc4c1c69425 (diff)
Release 0.18.00.18.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 58a91f7..d78c5db 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.18.0] - 2020-08-29
### Added
- Add Support for `--dereference` from [zwpaper](https://github.com/zwpaper)
- Add more icons for wmv,wma and others from [0jdxt](https://github.com/0jdxt)
@@ -267,7 +267,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.17.0...HEAD
+[0.18.0]: https://github.com/Peltoche/lsd/compare/0.17.0...HEAD
[0.17.0]: https://github.com/Peltoche/lsd/compare/0.16.0...0.17.0
[0.16.0]: https://github.com/Peltoche/lsd/compare/0.15.1...0.16.0
[0.15.1]: https://github.com/Peltoche/lsd/compare/0.15.0...0.15.1
diff --git a/Cargo.lock b/Cargo.lock
index 484c240..eddc5e5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -256,7 +256,7 @@ dependencies = [
[[package]]
name = "lsd"
-version = "0.17.1-pre"
+version = "0.18.0"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 9d1035f..42e0239 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.17.1-pre"
+version = "0.18.0"
edition = "2018"
[[bin]]
diff --git a/README.md b/README.md
index 8d75c0c..c7b23e6 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ _... and other Debian-based Linux distributions_
Download the latest .deb package from the [release page](https://github.com/Peltoche/lsd/releases) and install it via:
```sh
-sudo dpkg -i lsd_0.17.0_amd64.deb # adapt version number and architecture
+sudo dpkg -i lsd_0.18.0_amd64.deb # adapt version number and architecture
```
### On Gentoo