diff --git a/CHANGELOG.md b/CHANGELOG.md index c7884ab..60f589d 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] +## [0.4.25] - 2025-01-18 ### Fixed @@ -1030,7 +1030,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#452]: https://github.com/jerus-org/pcu/pull/452 [#453]: https://github.com/jerus-org/pcu/pull/453 [#454]: https://github.com/jerus-org/pcu/pull/454 -[Unreleased]: https://github.com/jerus-org/pcu/compare/v0.4.24...HEAD +[0.4.25]: https://github.com/jerus-org/pcu/compare/v0.4.24...v0.4.25 [0.4.24]: https://github.com/jerus-org/pcu/compare/v0.4.23...v0.4.24 [0.4.23]: https://github.com/jerus-org/pcu/compare/v0.4.22...v0.4.23 [0.4.22]: https://github.com/jerus-org/pcu/compare/v0.4.21...v0.4.22 diff --git a/Cargo.lock b/Cargo.lock index 584b288..e765182 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1585,7 +1585,7 @@ checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" [[package]] name = "pcu" -version = "0.4.24" +version = "0.4.25" dependencies = [ "cargo_toml", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5dcf020..fd4a965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pcu" -version = "0.4.24" +version = "0.4.25" edition = "2021" authors = ["jerusdp "] description = "A CI tool to update change log in a PR"