From e6188b6867f466c941a2ffd979916df3cf4b5f17 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 11 Sep 2020 17:24:37 +0200 Subject: chore(release): 0.10.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 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 "] readme = "README.md" homepage = "https://github.com/imsnif/diskonaut" -- cgit v1.2.3