mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-13 21:52:37 +00:00
Release 0.20.1
This commit is contained in:
parent
2407dea0d5
commit
958ab5491d
4 changed files with 5 additions and 5 deletions
|
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased] - ReleaseDate
|
## [0.20.1] - 2021-03-07
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix flaky tree --all test from [meain](https://github.com/meain)
|
- Fix flaky tree --all test from [meain](https://github.com/meain)
|
||||||
|
|
||||||
|
@ -308,7 +308,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Change the component alignement by using term_grid
|
- Change the component alignement by using term_grid
|
||||||
|
|
||||||
|
|
||||||
[Unreleased]: https://github.com/Peltoche/lsd/compare/0.20.0...HEAD
|
[0.20.1]: https://github.com/Peltoche/lsd/compare/0.20.0...HEAD
|
||||||
[0.20.0]: https://github.com/Peltoche/lsd/compare/0.19.0...0.20.0
|
[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
|
[0.19.0]: https://github.com/Peltoche/lsd/compare/0.18.0...0.19.0
|
||||||
[0.18.0]: https://github.com/Peltoche/lsd/compare/0.17.0...0.18.0
|
[0.18.0]: https://github.com/Peltoche/lsd/compare/0.17.0...0.18.0
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -362,7 +362,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lsd"
|
name = "lsd"
|
||||||
version = "0.20.0"
|
version = "0.20.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.12.1",
|
"ansi_term 0.12.1",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
|
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||||
name = "lsd"
|
name = "lsd"
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
repository = "https://github.com/Peltoche/lsd"
|
repository = "https://github.com/Peltoche/lsd"
|
||||||
version = "0.20.0"
|
version = "0.20.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
|
@ -55,7 +55,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:
|
Download the latest .deb package from the [release page](https://github.com/Peltoche/lsd/releases) and install it via:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo dpkg -i lsd_0.20.0_amd64.deb # adapt version number and architecture
|
sudo dpkg -i lsd_0.20.1_amd64.deb # adapt version number and architecture
|
||||||
```
|
```
|
||||||
|
|
||||||
### On Gentoo
|
### On Gentoo
|
||||||
|
|
Loading…
Reference in a new issue