From a3b8c5d31683714390a637eaf7996fe1d313ffc8 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Sat, 16 Nov 2024 04:24:37 +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 e3ab0a58..61cbb7f5 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.16] - 2024-11-16 ### Fixed @@ -913,7 +913,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#420]: https://github.com/jerus-org/pcu/pull/420 [#419]: https://github.com/jerus-org/pcu/pull/419 [#421]: https://github.com/jerus-org/pcu/pull/421 -[Unreleased]: https://github.com/jerus-org/pcu/compare/v0.4.15...HEAD +[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 [0.4.14]: https://github.com/jerus-org/pcu/compare/v0.4.13...v0.4.14 [0.4.13]: https://github.com/jerus-org/pcu/compare/v0.4.12...v0.4.13 diff --git a/Cargo.lock b/Cargo.lock index c5995bb7..13ca8ccf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1650,7 +1650,7 @@ checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361" [[package]] name = "pcu" -version = "0.4.15" +version = "0.4.16" dependencies = [ "cargo_toml", "chrono", diff --git a/Cargo.toml b/Cargo.toml index aa20f555..6cf4380d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pcu" -version = "0.4.15" +version = "0.4.16" edition = "2021" authors = ["jerusdp "] description = "A CI tool to update change log in a PR"