diff --git a/CHANGELOG.md b/CHANGELOG.md index 183bfe75..b425b050 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.1.11] - 2024-07-22 ### Added @@ -268,7 +268,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#211]: https://github.com/jerus-org/pcu/pull/211 [#212]: https://github.com/jerus-org/pcu/pull/212 [#213]: https://github.com/jerus-org/pcu/pull/213 -[Unreleased]: https://github.com/jerus-org/pcu/compare/0.1.10...HEAD +[0.1.11]: https://github.com/jerus-org/pcu/compare/0.1.10...v0.1.11 [0.1.10]: https://github.com/jerus-org/pcu/compare/0.1.9...0.1.10 [0.1.9]: https://github.com/jerus-org/pcu/compare/0.1.8...0.1.9 [0.1.8]: https://github.com/jerus-org/pcu/compare/0.1.7...0.1.8 diff --git a/Cargo.lock b/Cargo.lock index 17e10b88..6e343a1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1273,7 +1273,7 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" [[package]] name = "pcu" -version = "0.1.10" +version = "0.1.11" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index e65d5183..c4eccc1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pcu" -version = "0.1.10" +version = "0.1.11" edition = "2021" authors = ["jerusdp "] description = "A CI tool to update change log in a PR"