From 2da4642c0668e5620291597ec0589c70bdd94abd Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:04:35 +0000 Subject: [PATCH] chore: update prlog for pr --- PRLOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PRLOG.md b/PRLOG.md index 9fee3b7..a5b3520 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 🐛 gmail: handle batch delete errors(pr [#103]) - 🐛 rules: correct grammar and improve date calculation(pr [#104]) - 🐛 gmail: use GMAIL_DELETE_SCOPE for batch delete(pr [#105]) +- 🐛 cli: correct rule execution order for trash and delete(pr [#108]) ## [0.0.15] - 2025-10-26 @@ -338,6 +339,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#105]: https://github.com/jerus-org/cull-gmail/pull/105 [#106]: https://github.com/jerus-org/cull-gmail/pull/106 [#107]: https://github.com/jerus-org/cull-gmail/pull/107 +[#108]: https://github.com/jerus-org/cull-gmail/pull/108 [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.15...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