From 95fe11d8412b07e1143702aa269e90132cdddf99 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 13 May 2022 12:03:44 +0800 Subject: Release dua-cli v2.17.5 --- CHANGELOG.md | 32 +++++++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da4826..6f04cc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.17.5 (2022-05-13) + +### Bug Fixes + + - update to latest version of `trash` to improve trashing on linux + See [their respective + release](https://github.com/Byron/trash-rs/releases/tag/v2.1.2). + +### Commit Statistics + + + + - 2 commits contributed to the release. + - 1 day passed between releases. + - 1 commit where understood as [conventional](https://www.conventionalcommits.org). + - 2 unique issues were worked on: [#124](https://github.com/Byron/dua-cli/issues/124), [#127](https://github.com/Byron/dua-cli/issues/127) + +### Commit Details + + + +
view details + + * **[#124](https://github.com/Byron/dua-cli/issues/124)** + - update to latest version of `trash` to improve trashing on linux ([`46a2871`](https://github.com/Byron/dua-cli/commit/46a2871dd81fd47dba550ddae2cfeed90d97189d)) + * **[#127](https://github.com/Byron/dua-cli/issues/127)** + - Fix installation instructions, for real this time ([`3c3355e`](https://github.com/Byron/dua-cli/commit/3c3355ed9bc12bbf5ae17b5fea6c58323426cff8)) +
+ ## 2.17.4 (2022-05-12) ### Bug Fixes @@ -21,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 3 commits contributed to the release. + - 4 commits contributed to the release. - 2 days passed between releases. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#124](https://github.com/Byron/dua-cli/issues/124) @@ -36,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - update changelog prior to release ([`0348b7d`](https://github.com/Byron/dua-cli/commit/0348b7dedd99e079a73df5765bc3c4db4e1e6f07)) - Open interactive mode even if one of the input paths can't be read. ([`8742232`](https://github.com/Byron/dua-cli/commit/8742232a15c2bdd608c2e2c731a786c59c7d58dc)) * **Uncategorized** + - Release dua-cli v2.17.4 ([`6ce80b1`](https://github.com/Byron/dua-cli/commit/6ce80b14e26d256c3d2936c32b64c1a80b684b6f)) - Merge branch 'broken-link-handling' ([`157b43c`](https://github.com/Byron/dua-cli/commit/157b43c2cb203c067c66f499a9fd849e5f0e811c)) diff --git a/Cargo.lock b/Cargo.lock index 372524d..d327756 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "dua-cli" -version = "2.17.4" +version = "2.17.5" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 2c6ca10..80fb6f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.17.4" +version = "2.17.5" authors = ["Sebastian Thiel "] edition = "2018" repository = "https://github.com/Byron/dua-cli" -- cgit v1.2.3