summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Peltier <pierre.peltier-ext@adevinta.com>2020-04-09 11:05:15 +0200
committerPierre Peltier <pierre.peltier-ext@adevinta.com>2020-04-09 11:05:15 +0200
commit13ca1000c7a1d6fdb54e63988a57116abbfe5068 (patch)
tree42697105e691e6258b73d867797fcb7be396e2e1
parent04129e8624ebfc516a921dc2b443d3ba0c302973 (diff)
Release 0.17.00.17.0
-rw-r--r--CHANGELOG.md27
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 28 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfa7caa..a823eb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,29 @@ 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).
+
+## [0.17.0] - 2020-04-09
+### Added
+- Add some icons for the special Unix file types from [xSetech](https://github.com/xSetech)
+- Add some integration tests from [allenap](https://github.com/allenap)
+- Add the flag `--ignore-glob` from [sumitsahrawat](https://github.com/sumitsahrawat)
+- Add the elixir icon from [JiNova](https://github.com/JiNova)
+- Add the NixOS/nix installation instructions from [06kellyjac](https://github.com/06kellyjac)
+- Add the Elm icon from [optikfluffel](https://github.com/optikfluffel)
+- Add the date formatting feature from [dvvvvvv](https://github.com/dvvvvvv)
+- Add the `inode` block from [zwpaper](https://github.com/zwpaper)
+- Add the `--inode` flag from [zwpaper](https://github.com/zwpaper)
+- Add the csharp, sln and razor icons from [jpda](https://github.com/jpda)
+
+### Changed
+- Move all the CI/CD from travis to github actions from [rivy](https://github.com/rivy)
+- Allow the usage of several `--depth` arguments from [abazylewicz](https://github.com/abazylewicz)
+
+### Fixed
+- Fix the GID permissions display from [xduugu](https://github.com/xduugu)
+- Fix the panic if the pipe is closed before the output is written from [Peltoche](https://github.com/Peltoche)
+- Fix the broken softlink display from [zwpaper](https://github.com/zwpaper)
+
## [0.16.0] - 2019-08-02
### Added
- Add the flag `--blocks` from [meain](https://github.com/meain)
@@ -225,7 +248,9 @@ 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.15.1...HEAD
+[Unreleased]: 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
[0.15.0]: https://github.com/Peltoche/lsd/compare/0.14.1...0.15.0
[0.14.0]: https://github.com/Peltoche/lsd/compare/0.13.1...0.14.0
diff --git a/Cargo.lock b/Cargo.lock
index 62990be..fff95b7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -262,7 +262,7 @@ dependencies = [
[[package]]
name = "lsd"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 071ad1d..2412c8f 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.16.0"
+version = "0.17.0"
edition = "2018"
[[bin]]