From 8c3210b55888aa5d102878bbf150ff1d4a28e9f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 07:07:46 +0000 Subject: [PATCH] release: v3.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6110c0f05..85b7cfbda 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.0" + ".": "3.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2440b9dc2..f5f0edc3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.3.1](https://github.com/Mogyuchi/gh-test/compare/v3.3.0...v3.3.1) (2024-01-25) + + +### Bug Fixes + +* Aaaa ([#604](https://github.com/Mogyuchi/gh-test/issues/604)) ([b2af70c](https://github.com/Mogyuchi/gh-test/commit/b2af70cee199f2ec4a71885e1d5424b4f6f18edf)) +* Update test ([#585](https://github.com/Mogyuchi/gh-test/issues/585)) ([6ee53f8](https://github.com/Mogyuchi/gh-test/commit/6ee53f8c73d5189f72d44c57362f18debeb5b831)) +* Update test ([#605](https://github.com/Mogyuchi/gh-test/issues/605)) ([b0b5ce7](https://github.com/Mogyuchi/gh-test/commit/b0b5ce7c2f6ad845e5510a9d2579c015c1d4e537)) + + +### Miscellaneous Chores + +* **deps:** update busybox:1.36.1-uclibc docker digest to 41edc0b ([#590](https://github.com/Mogyuchi/gh-test/issues/590)) ([40a1269](https://github.com/Mogyuchi/gh-test/commit/40a1269c61bfb961aac0bf7da0dacaa5363cc54d)) +* **deps:** update busybox:1.36.1-uclibc docker digest to cc71f45 ([#591](https://github.com/Mogyuchi/gh-test/issues/591)) ([cee7a85](https://github.com/Mogyuchi/gh-test/commit/cee7a859e1041b4d5a13e47be86a171db6a0045b)) + ## [3.3.0](https://github.com/Mogyuchi/gh-test/compare/v3.2.1...v3.3.0) (2024-01-18) diff --git a/Cargo.lock b/Cargo.lock index c8c6ecd5c..3645a5129 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "3.3.0" +version = "3.3.1" diff --git a/Cargo.toml b/Cargo.toml index 2cf83f0b9..52dee3ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "3.3.0" +version = "3.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html