Skip to content

Commit

Permalink
Release the 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Peltoche committed Mar 4, 2019
1 parent 7ab13a3 commit dbff549
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ 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.13.0] - 2019-03-04
- Add some support for the LS_COLORS env variable from [meain](https://github.com/meain)
- Fix the display when not outputting to a tty from [meain](https://github.com/meain)
- Add the --classic flag from [loewenheim](https://github.com/loewenheim)
- Improve the tree display

## [0.12.0] - 2019-01-23
### Added
- Add the --depth parameter for the -R and --tree options from [jorpic](https://github.com/jorpic)
Expand Down Expand Up @@ -157,7 +163,8 @@ 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.12.0...HEAD
[Unreleased]: https://github.com/Peltoche/lsd/compare/0.13.0...HEAD
[0.13.0]: https://github.com/Peltoche/lsd/compare/0.12.1...0.13.0
[0.12.0]: https://github.com/Peltoche/lsd/compare/0.11.1...0.12.0
[0.11.1]: https://github.com/Peltoche/lsd/compare/0.11.0...0.11.1
[0.11.0]: https://github.com/Peltoche/lsd/compare/0.10.0...0.11.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "lsd"
readme = "./README.md"
repository = "https://github.com/Peltoche/lsd"
version = "0.12.1-pre"
version = "0.13.0"
edition = "2018"

[[bin]]
Expand Down

0 comments on commit dbff549

Please sign in to comment.