From 5811517fc665edce0e3b0def248806d8d47911ae Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:41:48 +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 a7a7938f..1daf5ec7 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.2] - 2024-06-12 ### Changed @@ -87,6 +87,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Security: adopt new ci bot signature(pr [#95](https://github.com/jerus-org/pcu/pull/95)) -[Unreleased]: https://github.com/jerus-org/pcu/compare/0.1.1...HEAD +[0.1.2]: https://github.com/jerus-org/pcu/compare/0.1.1...v0.1.2 [0.1.1]: https://github.com/jerus-org/pcu/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/jerus-org/pcu/releases/tag/0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 9994e378..222ea96c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1378,7 +1378,7 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" [[package]] name = "pcu" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/Cargo.toml b/Cargo.toml index e1770a4a..6de983b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pcu" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["jerusdp "] description = "A CI tool to update change log in a PR"