diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d460d257..76ad0feec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.5" + ".": "3.4.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ef38708..f197467d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.6](https://github.com/Mogyuchi/gh-test/compare/v3.4.5...v3.4.6) (2024-02-12) + + +### Bug Fixes + +* Update test ([8cd85e9](https://github.com/Mogyuchi/gh-test/commit/8cd85e9a46a9bae05e96111f41621708836f5298)) + ## [3.4.5](https://github.com/Mogyuchi/gh-test/compare/v3.4.4...v3.4.5) (2024-02-10) diff --git a/Cargo.lock b/Cargo.lock index b75966d7d..a35f42eb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "3.4.5" +version = "3.4.6" diff --git a/Cargo.toml b/Cargo.toml index 29c8d9779..393e58c1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "3.4.5" +version = "3.4.6" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html