From 9641caa46755160f49e123c6d226aa46c9cdde34 Mon Sep 17 00:00:00 2001 From: David Peter Date: Sun, 14 Nov 2021 09:55:05 +0100 Subject: Bump version --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 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 ``` -- cgit v1.2.3