From 26e55aebf89ca3211787c787e8e2b22a412c4203 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 9 Aug 2024 14:56:41 +0200 Subject: [PATCH] Release trash v5.1.0 --- CHANGELOG.md | 29 ++++++++++++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c36cbf..93d1529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,32 @@ 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). +## 5.1.0 (2024-08-09) + +### New Features + + - check for operation abort + +### Commit Statistics + + + + - 2 commits contributed to the release. + - 52 days passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Merge pull request #113 from anatawa12/master ([`ca6d598`](https://github.com/Byron/trash-rs/commit/ca6d5980216eb9f2e4d709a08e0454502655e454)) + - Check for operation abort ([`7919178`](https://github.com/Byron/trash-rs/commit/791917843a988396935ceff1eb5c982da6655d80)) +
+ ## 5.0.0 (2024-06-18) @@ -41,7 +67,7 @@ code break unless `name` is actually used. - - 10 commits contributed to the release over the course of 34 calendar days. + - 11 commits contributed to the release over the course of 34 calendar days. - 47 days passed between releases. - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -53,6 +79,7 @@ code break unless `name` is actually used.
view details * **Uncategorized** + - Release trash v5.0.0 ([`a754f4a`](https://github.com/Byron/trash-rs/commit/a754f4a8c62737085c31982c1025544f3f36f5e8)) - Prepare changelog prior to release ([`02d1a8d`](https://github.com/Byron/trash-rs/commit/02d1a8d2494f26b79b907d516c0444df16d3e55a)) - Support non-UTF8 paths. ([`0971b8f`](https://github.com/Byron/trash-rs/commit/0971b8f7f0f1e20ee4356a40ae6b2ba41900c4b3)) - Update Windows code to account for API change ([`e4b7119`](https://github.com/Byron/trash-rs/commit/e4b7119fcc369c5594e9e2b5dad8f1a6616593f7)) diff --git a/Cargo.toml b/Cargo.toml index 5fe55d6..66590d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "trash" -version = "5.0.0" +version = "5.1.0" authors = ["Artur Kovacs "] license = "MIT" readme = "README.md"