summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-09-23 16:13:29 +0200
committerAram Drevekenin <aram@poor.dev>2020-09-23 16:13:29 +0200
commit9f94e941fbadc83025384ef3aea44a4544e8736d (patch)
tree4c786ce3e002109a5fc67a7a8ef6f411ad357e0b
parentb6555a8e651018ad39c93441e1946f50762a1fcc (diff)
chore(release): 0.11.00.11.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca3a987..d3be2a3 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.11.0] - 2020-09-23
+
### Added
* Windows support (https://github.com/imsnif/diskonaut/pull/74) - [@pm100](https://github.com/pm100)
diff --git a/Cargo.lock b/Cargo.lock
index 1e96650..7ba6eb8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -217,7 +217,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "diskonaut"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"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)",
diff --git a/Cargo.toml b/Cargo.toml
index 45d858c..83e0bb2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "diskonaut"
description = "Terminal disk space visual navigator"
-version = "0.10.0"
+version = "0.11.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
readme = "README.md"
homepage = "https://github.com/imsnif/diskonaut"