From 4b965d76f096815b75759064bbf635d35b701560 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 2 Jul 2020 11:08:05 +0800 Subject: bump patch level --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6501f7..928b46c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +#### v2.8.2 + +* Switch back to `structopt` from `argh` to support non-UTF-8 encoded paths to be passed to dua + +I hope that `argh` or an alternative will one day consider supporting os-strings, as it would in theory be an issue +for anyone who passes paths to their command-line tool. + #### v2.8.1 * Switch from deprecated `failure` to `anyhow` to reduce compile times a little and binary size by 130kb. diff --git a/Cargo.lock b/Cargo.lock index 6356946..f6f002f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" [[package]] name = "dua-cli" -version = "2.8.1" +version = "2.8.2" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 6f3d32f..1c4fe5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.8.1" +version = "2.8.2" authors = ["Sebastian Thiel "] edition = "2018" repository = "https://github.com/Byron/dua-cli" -- cgit v1.2.3