From 7319a2e23bd8dc4116224bb9ebc679d442e44543 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:25:06 +0900 Subject: [PATCH] release: v2.0.30 (#507) :robot: I have created a release *beep* *boop* --- ## [2.0.30](https://github.com/Mogyuchi/gh-test/compare/v2.0.29...v2.0.30) (2023-12-13) ### Dependencies * Update test ([#505](https://github.com/Mogyuchi/gh-test/issues/505)) ([afb6821](https://github.com/Mogyuchi/gh-test/commit/afb6821773129225648ef2ea6be97af04069fa63)) ### Miscellaneous Chores * release-please config ([2327a47](https://github.com/Mogyuchi/gh-test/commit/2327a47c10ba0a1fbc525b214f887da8a857b3be)) ### Continuous Integration * **deps:** update taiki-e/install-action action to v2.22.1 ([#506](https://github.com/Mogyuchi/gh-test/issues/506)) ([882f04e](https://github.com/Mogyuchi/gh-test/commit/882f04ec90682f80d9107bf0cdaebeddf0cd0977)) --- 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 | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07fc4b41..5580c586 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.29" + ".": "2.0.30" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 774fcfac..bfc65d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.0.30](https://github.com/Mogyuchi/gh-test/compare/v2.0.29...v2.0.30) (2023-12-13) + + +### Dependencies + +* Update test ([#505](https://github.com/Mogyuchi/gh-test/issues/505)) ([afb6821](https://github.com/Mogyuchi/gh-test/commit/afb6821773129225648ef2ea6be97af04069fa63)) + + +### Miscellaneous Chores + +* release-please config ([2327a47](https://github.com/Mogyuchi/gh-test/commit/2327a47c10ba0a1fbc525b214f887da8a857b3be)) + + +### Continuous Integration + +* **deps:** update taiki-e/install-action action to v2.22.1 ([#506](https://github.com/Mogyuchi/gh-test/issues/506)) ([882f04e](https://github.com/Mogyuchi/gh-test/commit/882f04ec90682f80d9107bf0cdaebeddf0cd0977)) + ## [2.0.29](https://github.com/Mogyuchi/gh-test/compare/v2.0.28...v2.0.29) (2023-12-12) diff --git a/Cargo.lock b/Cargo.lock index c1c8afdc..ee6b73cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "2.0.29" +version = "2.0.30" diff --git a/Cargo.toml b/Cargo.toml index 0e7d56b1..673a0fff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "2.0.29" +version = "2.0.30" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html