From 7d17973a562d797b1d4058ac6d3cd7cdf4a66149 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:03:55 +0900 Subject: [PATCH] chore(main): release 2.0.12 (#462) :robot: I have created a release *beep* *boop* --- ## [2.0.12](https://github.com/Mogyuchi/gh-test/compare/v2.0.11...v2.0.12) (2023-11-29) ### Bug Fixes * Update test ([#461](https://github.com/Mogyuchi/gh-test/issues/461)) ([d734f51](https://github.com/Mogyuchi/gh-test/commit/d734f518e534d3026ca9f2a22bd8a94c03b83bba)) --- 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> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16477653..adc1430aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.12](https://github.com/Mogyuchi/gh-test/compare/v2.0.11...v2.0.12) (2023-11-29) + + +### Bug Fixes + +* Update test ([#461](https://github.com/Mogyuchi/gh-test/issues/461)) ([d734f51](https://github.com/Mogyuchi/gh-test/commit/d734f518e534d3026ca9f2a22bd8a94c03b83bba)) + ## [2.0.11](https://github.com/Mogyuchi/gh-test/compare/v2.0.10...v2.0.11) (2023-07-15) diff --git a/Cargo.lock b/Cargo.lock index 0af39100c..394a32843 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "2.0.11" +version = "2.0.12" diff --git a/Cargo.toml b/Cargo.toml index 135b5f235..6a1abcbd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "2.0.11" +version = "2.0.12" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html