From 0714a3bf1d8fff46433283f84bed1fd0a72d3a11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:27:38 +0900 Subject: [PATCH] release: v3.1.2 (#545) :robot: I have created a release *beep* *boop* --- ## [3.1.2](https://github.com/Mogyuchi/gh-test/compare/v3.1.1...v3.1.2) (2024-01-09) ### Bug Fixes * Update test ([9196c2f](https://github.com/Mogyuchi/gh-test/commit/9196c2fbd5832a3cf8998bd82998a067c53cfab0)) --- 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 b4b8d0ff5..50d9d3b6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.1" + ".": "3.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b5f63d0..71ad5abf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.2](https://github.com/Mogyuchi/gh-test/compare/v3.1.1...v3.1.2) (2024-01-09) + + +### Bug Fixes + +* Update test ([9196c2f](https://github.com/Mogyuchi/gh-test/commit/9196c2fbd5832a3cf8998bd82998a067c53cfab0)) + ## [3.1.1](https://github.com/Mogyuchi/gh-test/compare/v3.1.0...v3.1.1) (2024-01-09) diff --git a/Cargo.lock b/Cargo.lock index 36b39e26f..5f33966e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "3.1.1" +version = "3.1.2" diff --git a/Cargo.toml b/Cargo.toml index d3fc49c87..740f0e445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "3.1.1" +version = "3.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html