From b9d386b5982b65a454cb145925fd615ca840b767 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:36:48 +0900 Subject: [PATCH] release: v3.4.6 (#653) :robot: I have created a release *beep* *boop* --- ## [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)) --- 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 | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) 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