From a7374be50589548caf394819c8757f8f8d0c1a99 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sun, 12 Jul 2020 14:05:36 +0200 Subject: [PATCH] chore(release): 0.9.0 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d25d5..3480c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [0.9.0] - 2020-07-12 + +### Added +* Add `--apparent-size` flag to show actual file size rather than file size on disk (https://github.com/imsnif/diskonaut/pull/66) - [@imsnif](https://github.com/imsnif) + ## [0.8.0] - 2020-07-09 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 7762bf7..e502018 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.8.0" +version = "0.9.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 0458fb3..395804a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "diskonaut" description = "Terminal disk space visual navigator" -version = "0.8.0" +version = "0.9.0" authors = ["Aram Drevekenin "] readme = "README.md" homepage = "https://github.com/imsnif/diskonaut"