summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-07-09 14:39:30 +0200
committerAram Drevekenin <aram@poor.dev>2020-07-09 14:39:30 +0200
commit94c9cc457609b59387397075552fe32601d32d48 (patch)
treef2a04ef0721a77f5e9cee9b2fc3adb47d7aa47b4
parentd5358c25a3e7d3f61d1f85004c7fd2770a8318d7 (diff)
chore(release): 0.8.00.8.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 4c189c1..93d25d5 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.8.0] - 2020-07-09
+
### Fixed
* Change delete key to BACKSPACE for cross platform support (https://github.com/imsnif/diskonaut/pull/64) - [@maxheyer](https://github.com/maxheyer)
* Do not crash with extremely large files/folders (https://github.com/imsnif/diskonaut/pull/63) - [@Freaky](https://github.com/Freaky)
diff --git a/Cargo.lock b/Cargo.lock
index 322a4ba..7762bf7 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.7.0"
+version = "0.8.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 b100b11..0458fb3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "diskonaut"
description = "Terminal disk space visual navigator"
-version = "0.7.0"
+version = "0.8.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
readme = "README.md"
homepage = "https://github.com/imsnif/diskonaut"