From 8e7599a6500a41a7b74245c0873c73fc87ac3012 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:08:44 +0000 Subject: [PATCH] release: v3.1.1 --- .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 ada7355e0..b4b8d0ff5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a322cd165..92b5f63d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.1](https://github.com/Mogyuchi/gh-test/compare/v3.1.0...v3.1.1) (2024-01-09) + + +### Bug Fixes + +* Update test ([62dfd46](https://github.com/Mogyuchi/gh-test/commit/62dfd46f6f8897075a0a4f32f13cff8128d7c261)) + ## [3.1.0](https://github.com/Mogyuchi/gh-test/compare/v3.0.2...v3.1.0) (2024-01-08) diff --git a/Cargo.lock b/Cargo.lock index 7ee96e75c..36b39e26f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "3.1.0" +version = "3.1.1" diff --git a/Cargo.toml b/Cargo.toml index 30c503bef..d3fc49c87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "3.1.0" +version = "3.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html