chore(release): 0.3.0
This commit is contained in:
@@ -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)
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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)",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "diskonaut"
|
||||
description = "Terminal disk space visual navigator"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = ["Aram Drevekenin <aram@poor.dev>"]
|
||||
readme = "README.md"
|
||||
homepage = "https://github.com/imsnif/diskonaut"
|
||||
|
||||
Reference in New Issue
Block a user