summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-09-11 17:24:37 +0200
committerAram Drevekenin <aram@poor.dev>2020-09-11 17:24:37 +0200
commite6188b6867f466c941a2ffd979916df3cf4b5f17 (patch)
treee97db0168734e9a9ad4ee3e450eb70172b4d9667
parent01787e8881b98047b6c10d43e9fc2e5184875a46 (diff)
chore(release): 0.10.00.10.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 596c5c4..c3ef77f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+## [0.10.0] - 2020-09-11
+
### Added
* Add `--disable-delete-confirmation` flag to not immediately delete files without a prompt (https://github.com/imsnif/diskonaut/pull/71) - [@markafarrell](https://github.com/markafarrell)
diff --git a/Cargo.lock b/Cargo.lock
index e502018..441d037 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -186,7 +186,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "diskonaut"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"filesize 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 395804a..ba04a39 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "diskonaut"
description = "Terminal disk space visual navigator"
-version = "0.9.0"
+version = "0.10.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
readme = "README.md"
homepage = "https://github.com/imsnif/diskonaut"