From f14966fe89ea45a8c4fa80f07fc27e1a8b148b82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:19:00 +0000 Subject: [PATCH] release: v3.1.10 --- .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 c56907b10..5ff967e7d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.9" + ".": "3.1.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 83420dcdc..90319a3b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.10](https://github.com/Mogyuchi/gh-test/compare/v3.1.9...v3.1.10) (2024-01-18) + + +### Bug Fixes + +* Update test ([df29682](https://github.com/Mogyuchi/gh-test/commit/df29682a37e9b726887432bcd38ffd23f45993c0)) + ## [3.1.9](https://github.com/Mogyuchi/gh-test/compare/v3.1.8...v3.1.9) (2024-01-18) diff --git a/Cargo.lock b/Cargo.lock index 1432da5bd..ce0571854 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "3.1.9" +version = "3.1.10" diff --git a/Cargo.toml b/Cargo.toml index 21e1626c3..92b3948f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "3.1.9" +version = "3.1.10" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html