From ed8ae814798df9c7dc6b01232b28697166c339be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:28:05 +0900 Subject: [PATCH] release: v2.0.27 (#502) :robot: I have created a release *beep* *boop* --- ## [2.0.27](https://github.com/Mogyuchi/gh-test/compare/v2.0.26...v2.0.27) (2023-12-11) ### Bug Fixes * Update test ([960513f](https://github.com/Mogyuchi/gh-test/commit/960513f5868ea28052308e1a6fc399d7670d92b0)) * Update test ([cdb7829](https://github.com/Mogyuchi/gh-test/commit/cdb7829d35e9322547e2d2578e120a18b039213e)) * Update test ([03035bc](https://github.com/Mogyuchi/gh-test/commit/03035bc6d617895ab171779de76f5ceea9919dbd)) * Update test ([511f949](https://github.com/Mogyuchi/gh-test/commit/511f94952a3a2c4708c31d23a985b0c14f6b0a5c)) * Update test ([d30cd7f](https://github.com/Mogyuchi/gh-test/commit/d30cd7f729f8456f73dc7afe23444cd6a4974c31)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6753ae640..e2dc321c8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.26" + ".": "2.0.27" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f7e6a30..0cb1ad2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.27](https://github.com/Mogyuchi/gh-test/compare/v2.0.26...v2.0.27) (2023-12-11) + + +### Bug Fixes + +* Update test ([960513f](https://github.com/Mogyuchi/gh-test/commit/960513f5868ea28052308e1a6fc399d7670d92b0)) +* Update test ([cdb7829](https://github.com/Mogyuchi/gh-test/commit/cdb7829d35e9322547e2d2578e120a18b039213e)) +* Update test ([03035bc](https://github.com/Mogyuchi/gh-test/commit/03035bc6d617895ab171779de76f5ceea9919dbd)) +* Update test ([511f949](https://github.com/Mogyuchi/gh-test/commit/511f94952a3a2c4708c31d23a985b0c14f6b0a5c)) +* Update test ([d30cd7f](https://github.com/Mogyuchi/gh-test/commit/d30cd7f729f8456f73dc7afe23444cd6a4974c31)) + ## [2.0.26](https://github.com/Mogyuchi/gh-test/compare/rust-ci-test-v2.0.25...rust-ci-test-v2.0.26) (2023-12-11) diff --git a/Cargo.lock b/Cargo.lock index fefd8321e..632f700e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "2.0.26" +version = "2.0.27" diff --git a/Cargo.toml b/Cargo.toml index f6bd784be..849e55c73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "2.0.26" +version = "2.0.27" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html