summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-07-04 13:46:06 +0200
committerAram Drevekenin <aram@poor.dev>2020-07-04 13:46:06 +0200
commit814c0ce8f4571cecc8dc6dd1550073244bfd677c (patch)
tree7cbb0d4657bf0efc38d3644f2be8ffb7cdabaead
parent60773121ef5216fd689c27fff62ab5be75502c74 (diff)
chore(release): 0.7.00.7.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 76f9525..1af329c 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.7.0] - 2020-07-04
+
### Added
* Show warning when trying to delete while still scanning (https://github.com/imsnif/diskonaut/pull/60) - [@mhdmhsni](https://github.com/mhdmhsni)
* Add ability to zoom in and out (eg. to see small files) (https://github.com/imsnif/diskonaut/pull/61) - [@imsnif](https://github.com/imsnif)
diff --git a/Cargo.lock b/Cargo.lock
index e98ce8b..322a4ba 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.6.0"
+version = "0.7.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 48461e3..b100b11 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "diskonaut"
description = "Terminal disk space visual navigator"
-version = "0.6.0"
+version = "0.7.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
readme = "README.md"
homepage = "https://github.com/imsnif/diskonaut"