summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-11-14 09:55:05 +0100
committerDavid Peter <mail@david-peter.de>2021-11-14 09:55:05 +0100
commit9641caa46755160f49e123c6d226aa46c9cdde34 (patch)
tree9914396c06122cbbc9d6399bc94fc9440f8e4387
parentcb58e52e5f36bec4bd7e0a362f5b9d00f21c49bb (diff)
Bump versionv0.7.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md6
4 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e8b488..d90c94d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,10 @@
# v0.6.0
+- Updated dependencies
+
+# v0.6.0
+
## Changes
There is an important change in default behavior: `diskus` will now report "disk usage" instead of "apparent file size", in analogy to what `du -sh` does.
diff --git a/Cargo.lock b/Cargo.lock
index a713ab3..ae8569e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -111,7 +111,7 @@ dependencies = [
[[package]]
name = "diskus"
-version = "0.6.0"
+version = "0.7.0"
dependencies = [
"atty",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index cc219b9..d088be2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "diskus"
readme = "README.md"
repository = "https://github.com/sharkdp/diskus"
-version = "0.6.0"
+version = "0.7.0"
edition = "2018"
[dependencies]
diff --git a/README.md b/README.md
index 154b9d2..a63ebb0 100644
--- a/README.md
+++ b/README.md
@@ -65,8 +65,8 @@ You can download the latest Debian package from the
[release page](https://github.com/sharkdp/diskus/releases) and install it via `dpkg`:
``` bash
-wget "https://github.com/sharkdp/diskus/releases/download/v0.6.0/diskus_0.6.0_amd64.deb"
-sudo dpkg -i diskus_0.6.0_amd64.deb
+wget "https://github.com/sharkdp/diskus/releases/download/v0.7.0/diskus_0.7.0_amd64.deb"
+sudo dpkg -i diskus_0.7.0_amd64.deb
```
### On Arch-based systems
@@ -115,7 +115,7 @@ Check out the [release page](https://github.com/sharkdp/diskus/releases) for bin
### Via cargo
-If you have Rust 1.34 or higher, you can install `diskus` from source via `cargo`:
+If you have Rust 1.50 or higher, you can install `diskus` from source via `cargo`:
```
cargo install diskus
```