summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Peltier <pierre.peltier@adevinta.com>2019-08-02 15:53:12 +0200
committerPierre Peltier <pierre.peltier@adevinta.com>2019-08-02 15:53:12 +0200
commitaa40bd28219b9c175bf18c8272f6c294984125a0 (patch)
tree834f426d1c98285af2331e3571339f9ce6705846
parent80950e33c94873276a40316ed30942cb6c20eebd (diff)
Release 0.16.00.16.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3e83ce4..1edfd45 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",
diff --git a/Cargo.toml b/Cargo.toml
index 065bd64..d38b6a7 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.15.1"
+version = "0.16.0"
edition = "2018"
[[bin]]