From 94c9cc457609b59387397075552fe32601d32d48 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 9 Jul 2020 14:39:30 +0200 Subject: chore(release): 0.8.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 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 "] readme = "README.md" homepage = "https://github.com/imsnif/diskonaut" -- cgit v1.2.3