diff --git a/CHANGELOG.md b/CHANGELOG.md index 3253ba6..1752aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,13 @@ 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.1.4] - 2026-02-14 + +Summary: Chore[1], Continuous Integration[2] + ## [0.1.3] - 2026-02-14 -Summary: Chore[2], Continuous Integration[4] +Summary: Chore[3], Continuous Integration[4] ## [0.1.2] - 2026-02-14 @@ -666,7 +670,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.1.2...HEAD +[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.3...HEAD +[0.1.3]: https://github.com/jerus-org/cull-gmail/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/jerus-org/cull-gmail/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/jerus-org/cull-gmail/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/jerus-org/cull-gmail/compare/v0.0.16...v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 729f7c9..c28abfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "cull-gmail" -version = "0.1.3" +version = "0.1.4" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 4e8ac50..cf61510 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.1.3" +version = "0.1.4" authors = ["Jeremiah Russell "] edition = "2024" rust-version = "1.88" diff --git a/PRLOG.md b/PRLOG.md index dd33a5d..764d5ff 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.1.4] - 2026-02-14 ### Changed @@ -477,7 +477,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#161]: https://github.com/jerus-org/cull-gmail/pull/161 [#162]: https://github.com/jerus-org/cull-gmail/pull/162 [#163]: https://github.com/jerus-org/cull-gmail/pull/163 -[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.3...HEAD +[0.1.4]: https://github.com/jerus-org/cull-gmail/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/jerus-org/cull-gmail/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/jerus-org/cull-gmail/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/jerus-org/cull-gmail/compare/v0.1.0...v0.1.1 diff --git a/README.md b/README.md index 1ec09e7..00c5320 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ Add the library to your `Cargo.toml`: ```toml [dependencies] -cull-gmail = "0.1.3" +cull-gmail = "0.1.4" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ``` diff --git a/docs/lib.md b/docs/lib.md index 912e07d..ac89123 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.1.3" +cull-gmail = "0.1.4" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ```