From abed12625e0bdd1faa9496b500ae00a1bb9ac0c0 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sun, 21 Jun 2020 14:09:52 +0200 Subject: [PATCH] chore(release): 0.3.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 bb6f190..eaa5e26 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.3.0] - 2020-06-21 + ### Fixed * Remove unneeded dev dependency (https://github.com/imsnif/diskonaut/pull/35) - [@ignatenkobrain](https://github.com/ignatenkobrain) * Improve scanning speed (https://github.com/imsnif/diskonaut/pull/38) - [@imsnif](https://github.com/imsnif) diff --git a/Cargo.lock b/Cargo.lock index d6509bf..09c3af7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,7 +181,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "diskonaut" -version = "0.2.0" +version = "0.3.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 3e0dffd..a797e13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "diskonaut" description = "Terminal disk space visual navigator" -version = "0.2.0" +version = "0.3.0" authors = ["Aram Drevekenin "] readme = "README.md" homepage = "https://github.com/imsnif/diskonaut"