From 7a0c4aa96a9c0dd3228d03a3af2afc824f511a97 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Sat, 30 Nov 2024 04:24:43 +0000 Subject: [PATCH] chore: Release --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24d291e7..ed908d80 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.18] - 2024-11-30 ### Fixed @@ -938,7 +938,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#425]: https://github.com/jerus-org/pcu/pull/425 [#426]: https://github.com/jerus-org/pcu/pull/426 [#427]: https://github.com/jerus-org/pcu/pull/427 -[Unreleased]: https://github.com/jerus-org/pcu/compare/v0.4.17...HEAD +[0.4.18]: https://github.com/jerus-org/pcu/compare/v0.4.17...v0.4.18 [0.4.17]: https://github.com/jerus-org/pcu/compare/v0.4.16...v0.4.17 [0.4.16]: https://github.com/jerus-org/pcu/compare/v0.4.15...v0.4.16 [0.4.15]: https://github.com/jerus-org/pcu/compare/v0.4.14...v0.4.15 diff --git a/Cargo.lock b/Cargo.lock index 0b210130..1deefc5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1650,7 +1650,7 @@ checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361" [[package]] name = "pcu" -version = "0.4.17" +version = "0.4.18" dependencies = [ "cargo_toml", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 583cd797..f6d39c33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pcu" -version = "0.4.17" +version = "0.4.18" edition = "2021" authors = ["jerusdp "] description = "A CI tool to update change log in a PR"