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