chore(release): 0.11.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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.11.0] - 2020-09-23
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Windows support (https://github.com/imsnif/diskonaut/pull/74) - [@pm100](https://github.com/pm100)
|
* Windows support (https://github.com/imsnif/diskonaut/pull/74) - [@pm100](https://github.com/pm100)
|
||||||
|
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -217,7 +217,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "diskonaut"
|
name = "diskonaut"
|
||||||
version = "0.10.0"
|
version = "0.11.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossterm 0.17.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"crossterm 0.17.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"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)",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "diskonaut"
|
name = "diskonaut"
|
||||||
description = "Terminal disk space visual navigator"
|
description = "Terminal disk space visual navigator"
|
||||||
version = "0.10.0"
|
version = "0.11.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"
|
||||||
|
|||||||
Reference in New Issue
Block a user