From c6f91f7a6fa981c537fc5f90878a45a39f2e40eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 00:02:22 +0000 Subject: [PATCH] release: v3.4.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76ad0feec..de880ab67 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.6" + ".": "3.4.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f197467d7..511ada088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.4.7](https://github.com/Mogyuchi/gh-test/compare/v3.4.6...v3.4.7) (2024-02-20) + + +### Bug Fixes + +* Update test ([#666](https://github.com/Mogyuchi/gh-test/issues/666)) ([895a582](https://github.com/Mogyuchi/gh-test/commit/895a582542dd32df7b4d51f4e33afdc0322f9de8)) +* Update test ([#668](https://github.com/Mogyuchi/gh-test/issues/668)) ([a0d3d93](https://github.com/Mogyuchi/gh-test/commit/a0d3d93d242345a2354597fd8ff920e717ad36ef)) +* Update test ([#670](https://github.com/Mogyuchi/gh-test/issues/670)) ([06007d5](https://github.com/Mogyuchi/gh-test/commit/06007d574372c90ac9ecd716881c8bf29640e28e)), closes [#669](https://github.com/Mogyuchi/gh-test/issues/669) +* Update test ([#672](https://github.com/Mogyuchi/gh-test/issues/672)) ([e6516b6](https://github.com/Mogyuchi/gh-test/commit/e6516b64e2bd84e819be2fa0736f14394221fbcb)) + + +### Miscellaneous Chores + +* Create rust-toolchain.toml ([a533e7d](https://github.com/Mogyuchi/gh-test/commit/a533e7dec61b2d57e6968b1c19c3749c7d6b99bf)) +* Update rust-toolchain.toml ([f877bc7](https://github.com/Mogyuchi/gh-test/commit/f877bc799307e2c6023b646ed2bfc6a5b481a144)) + ## [3.4.6](https://github.com/Mogyuchi/gh-test/compare/v3.4.5...v3.4.6) (2024-02-12) diff --git a/Cargo.lock b/Cargo.lock index a35f42eb0..a5d0cf2da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "3.4.6" +version = "3.4.7" diff --git a/Cargo.toml b/Cargo.toml index 393e58c1c..1ac7498ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "3.4.6" +version = "3.4.7" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html