From fbd1dc153950c16c7e2015a82bd14ebb86bf8849 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 00:15:28 +0900 Subject: [PATCH] release: v3.1.8 (#563) :robot: I have created a release *beep* *boop* --- ## [3.1.8](https://github.com/Mogyuchi/gh-test/compare/v3.1.7...v3.1.8) (2024-01-15) ### Miscellaneous Chores * aaa Update test ([cc879f2](https://github.com/Mogyuchi/gh-test/commit/cc879f223659d0649e8f8dc922c8d380285462ff)) --- 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 2518ed43e..226677ff8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.7" + ".": "3.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 006ca5c68..3f00f3c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.8](https://github.com/Mogyuchi/gh-test/compare/v3.1.7...v3.1.8) (2024-01-15) + + +### Miscellaneous Chores + +* aaa Update test ([cc879f2](https://github.com/Mogyuchi/gh-test/commit/cc879f223659d0649e8f8dc922c8d380285462ff)) + ## [3.1.7](https://github.com/Mogyuchi/gh-test/compare/v3.1.6...v3.1.7) (2024-01-15) diff --git a/Cargo.lock b/Cargo.lock index 4b528583e..09257291a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "3.1.7" +version = "3.1.8" diff --git a/Cargo.toml b/Cargo.toml index c3aa19bd5..7b260c90a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "3.1.7" +version = "3.1.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html