diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a60629bb3..82980da70 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.24" + ".": "2.0.25" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c27e520..ceecdddd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.25](https://github.com/Mogyuchi/gh-test/compare/rust-ci-test-v2.0.24...rust-ci-test-v2.0.25) (2023-12-11) + + +### Bug Fixes + +* Update test ([03035bc](https://github.com/Mogyuchi/gh-test/commit/03035bc6d617895ab171779de76f5ceea9919dbd)) + ## [2.0.24](https://github.com/Mogyuchi/gh-test/compare/rust-ci-test-v2.0.23...rust-ci-test-v2.0.24) (2023-12-11) diff --git a/Cargo.lock b/Cargo.lock index a8b9dfb58..5fa83dac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "2.0.24" +version = "2.0.25" diff --git a/Cargo.toml b/Cargo.toml index 64fc32db1..e3c4fb8de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "2.0.24" +version = "2.0.25" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html