Release 0.16.0

This commit is contained in:
Pierre Peltier 2019-08-02 15:53:12 +02:00
parent 80950e33c9
commit aa40bd2821
No known key found for this signature in database
GPG key ID: CED68D0487156952
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -108,7 +108,7 @@ dependencies = [
[[package]]
name = "lsd"
version = "0.15.1"
version = "0.16.0"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono-humanize 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "lsd"
readme = "./README.md"
repository = "https://github.com/Peltoche/lsd"
version = "0.15.1"
version = "0.16.0"
edition = "2018"
[[bin]]