summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-07-12 14:05:36 +0200
committerAram Drevekenin <aram@poor.dev>2020-07-12 14:05:36 +0200
commita7374be50589548caf394819c8757f8f8d0c1a99 (patch)
tree6ab3c9b655889f2523c8493674aa0f42cc91c516
parent12f042b979d9ba6dc79c668cde7f09154b302286 (diff)
chore(release): 0.9.00.9.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <aram@poor.dev>"]
readme = "README.md"
homepage = "https://github.com/imsnif/diskonaut"