From 254f39e4c5c1ba0d12248449cde71888b3357ef1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 01:18:20 +0900 Subject: [PATCH] release: v3.3.0 (#584) :robot: I have created a release *beep* *boop* --- ## [3.3.0](https://github.com/Mogyuchi/gh-test/compare/v3.2.1...v3.3.0) (2024-01-18) ### Features * Update test ([dcfbba8](https://github.com/Mogyuchi/gh-test/commit/dcfbba8a2619e8e4f38b012bf10f227304d452ca)) --- 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 a3b1e29ee..6110c0f05 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.1" + ".": "3.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 571b1ee20..2440b9dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/Mogyuchi/gh-test/compare/v3.2.1...v3.3.0) (2024-01-18) + + +### Features + +* Update test ([dcfbba8](https://github.com/Mogyuchi/gh-test/commit/dcfbba8a2619e8e4f38b012bf10f227304d452ca)) + ## [3.2.1](https://github.com/Mogyuchi/gh-test/compare/v3.2.0...v3.2.1) (2024-01-18) diff --git a/Cargo.lock b/Cargo.lock index 3fc31bfcd..c8c6ecd5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "3.2.1" +version = "3.3.0" diff --git a/Cargo.toml b/Cargo.toml index c8aa61fc6..2cf83f0b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "3.2.1" +version = "3.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html