From ef0c9ebd8901664762f8819b114e84942db33051 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Sun, 26 Oct 2025 09:23:39 +0000 Subject: [PATCH] chore: Release cull-gmail v0.0.15 --- CHANGELOG.md | 19 +++++++++++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- PRLOG.md | 4 ++-- README.md | 2 +- docs/lib.md | 2 +- 6 files changed, 23 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a8b90..4b6fce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,23 @@ 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). +## [0.0.15] - 2025-10-26 + +Summary: Changed[1], Chore[1], Documentation[1], Fixed[3] + +### Fixed + + - 🐛 fix(rule_processor): fix batch_trash and batch_delete signatures + - 🐛 fix(cli): prevent dry-run from crashing + - 🐛 fix(cli): fix log messages with empty arguments + +### Changed + + - ♻️ refactor(message_list): allow pre/post text in log_messages + ## [0.0.14] - 2025-10-23 -Summary: Added[2], Chore[6], Fixed[2] +Summary: Added[2], Chore[7], Fixed[2] ### Added @@ -531,7 +545,8 @@ Summary: Added[4], Build[3], Chore[21], Continuous Integration[4], Documentation - ✨ feat(vscode): add custom dictionary entry for ltex - ✨ feat(project): add initial Cargo.toml for cull-gmail tool -[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.13...HEAD +[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...HEAD +[0.0.14]: https://github.com/jerus-org/cull-gmail/compare/v0.0.13...v0.0.14 [0.0.13]: https://github.com/jerus-org/cull-gmail/compare/v0.0.12...v0.0.13 [0.0.12]: https://github.com/jerus-org/cull-gmail/compare/v0.0.11...v0.0.12 [0.0.11]: https://github.com/jerus-org/cull-gmail/compare/v0.0.10...v0.0.11 diff --git a/Cargo.lock b/Cargo.lock index 41f6dbe..156c29b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -453,7 +453,7 @@ dependencies = [ [[package]] name = "cull-gmail" -version = "0.0.14" +version = "0.0.15" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 0c39628..5296e4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cull-gmail" description = "Cull emails from a gmail account using the gmail API" -version = "0.0.14" +version = "0.0.15" authors = ["Jeremiah Russell "] edition = "2024" rust-version = "1.88" diff --git a/PRLOG.md b/PRLOG.md index ce55768..82a9c7f 100644 --- a/PRLOG.md +++ b/PRLOG.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] +## [0.0.15] - 2025-10-26 ### Changed @@ -313,7 +313,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#98]: https://github.com/jerus-org/cull-gmail/pull/98 [#99]: https://github.com/jerus-org/cull-gmail/pull/99 [#100]: https://github.com/jerus-org/cull-gmail/pull/100 -[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...HEAD +[0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15 [0.0.14]: https://github.com/jerus-org/cull-gmail/compare/v0.0.13...v0.0.14 [0.0.13]: https://github.com/jerus-org/cull-gmail/compare/v0.0.12...v0.0.13 [0.0.12]: https://github.com/jerus-org/cull-gmail/compare/v0.0.11...v0.0.12 diff --git a/README.md b/README.md index 7065060..55ed18a 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ Add the library to your `Cargo.toml`: ```toml [dependencies] -cull-gmail = "0.0.14" +cull-gmail = "0.0.15" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ``` diff --git a/docs/lib.md b/docs/lib.md index 5a2e831..a9505c4 100644 --- a/docs/lib.md +++ b/docs/lib.md @@ -8,7 +8,7 @@ Add the library to your `Cargo.toml`: ```toml [dependencies] -cull-gmail = "0.0.14" +cull-gmail = "0.0.15" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ```