From dd9f8933b75e052dbf3a13a9599061687690fcbe Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 6 May 2022 09:18:30 +0800 Subject: Release dua-cli v2.17.2 --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 279e759..b36c3c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## Unreleased +## 2.17.2 (2022-05-06) A maintenance release that updates all dependencies. Most notably, `trash-rs` includes a fix for properly moving files into the trash that required parent directories to be created. @@ -14,7 +14,7 @@ properly moving files into the trash that required parent directories to be crea - - 2 commits contributed to the release over the course of 8 calendar days. + - 3 commits contributed to the release over the course of 8 calendar days. - 46 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages @@ -26,6 +26,7 @@ properly moving files into the trash that required parent directories to be crea
view details * **Uncategorized** + - update changelog prior to release ([`70581b6`](https://github.com/Byron/dua-cli/commit/70581b6ff384309ddc56d2650c8fef1f41e88d28)) - dependency update ([`8f3e157`](https://github.com/Byron/dua-cli/commit/8f3e157b86e7dd7c9669623aea03d7c74340d187)) - update dependencies ([`d8eae6e`](https://github.com/Byron/dua-cli/commit/d8eae6e8cf788ea8d69b3e73e83027f2f0e44391))
diff --git a/Cargo.lock b/Cargo.lock index 9d9bdf4..d158f90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "dua-cli" -version = "2.17.1" +version = "2.17.2" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index f85656a..44cb3d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.17.1" +version = "2.17.2" authors = ["Sebastian Thiel "] edition = "2018" repository = "https://github.com/Byron/dua-cli" -- cgit v1.2.3