From 6e67c4727cd57d8fe7afd9198e98f829f2023393 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Wed, 24 Jul 2024 06:24:01 +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 f1fdf836..52b2a2df 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.12] - 2024-07-24 ### Added @@ -286,7 +286,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#216]: https://github.com/jerus-org/pcu/pull/216 [#217]: https://github.com/jerus-org/pcu/pull/217 [#218]: https://github.com/jerus-org/pcu/pull/218 -[Unreleased]: https://github.com/jerus-org/pcu/compare/0.1.11...HEAD +[0.1.12]: https://github.com/jerus-org/pcu/compare/0.1.11...v0.1.12 [0.1.11]: https://github.com/jerus-org/pcu/compare/0.1.10...0.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 diff --git a/Cargo.lock b/Cargo.lock index 81c3f9a2..a33907db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1264,7 +1264,7 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" [[package]] name = "pcu" -version = "0.1.11" +version = "0.1.12" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index c62f106e..a08deb0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pcu" -version = "0.1.11" +version = "0.1.12" edition = "2021" authors = ["jerusdp "] description = "A CI tool to update change log in a PR"