chore(release): 0.6.0

This commit is contained in:
Aram Drevekenin
2020-07-03 09:22:11 +02:00
parent d5223787bd
commit f63760d2df
3 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased] ## [Unreleased]
## [0.6.0] - 2020-07-03
### Added ### Added
* Add a visual indication when running as root (https://github.com/imsnif/diskonaut/pull/57) - [@c3st7n](https://github.com/c3st7n) * Add a visual indication when running as root (https://github.com/imsnif/diskonaut/pull/57) - [@c3st7n](https://github.com/c3st7n)
* Change delete key to DELETE (https://github.com/imsnif/diskonaut/pull/59) - [@maxheyer](https://github.com/maxheyer) * Change delete key to DELETE (https://github.com/imsnif/diskonaut/pull/59) - [@maxheyer](https://github.com/maxheyer)

2
Cargo.lock generated
View File

@@ -186,7 +186,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "diskonaut" name = "diskonaut"
version = "0.5.0" version = "0.6.0"
dependencies = [ dependencies = [
"failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "filesize 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "diskonaut" name = "diskonaut"
description = "Terminal disk space visual navigator" description = "Terminal disk space visual navigator"
version = "0.5.0" version = "0.6.0"
authors = ["Aram Drevekenin <aram@poor.dev>"] authors = ["Aram Drevekenin <aram@poor.dev>"]
readme = "README.md" readme = "README.md"
homepage = "https://github.com/imsnif/diskonaut" homepage = "https://github.com/imsnif/diskonaut"