From edc8fc9cb563c4e778d862955c2cee9819b3860a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 23:04:21 +0900 Subject: [PATCH] chore(main): release 2.0.20 (#491) :robot: I have created a release *beep* *boop* --- ## [2.0.20](https://github.com/Mogyuchi/gh-test/compare/v2.0.19...v2.0.20) (2023-12-09) ### Bug Fixes * Update test.yml ([#490](https://github.com/Mogyuchi/gh-test/issues/490)) ([31b6d7d](https://github.com/Mogyuchi/gh-test/commit/31b6d7dd5590907def97012aa223f48acf10ad3c)) --- 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> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 679272bd7..fc3f99c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.20](https://github.com/Mogyuchi/gh-test/compare/v2.0.19...v2.0.20) (2023-12-09) + + +### Bug Fixes + +* Update test.yml ([#490](https://github.com/Mogyuchi/gh-test/issues/490)) ([31b6d7d](https://github.com/Mogyuchi/gh-test/commit/31b6d7dd5590907def97012aa223f48acf10ad3c)) + ## [2.0.19](https://github.com/Mogyuchi/gh-test/compare/v2.0.18...v2.0.19) (2023-12-09) diff --git a/Cargo.lock b/Cargo.lock index 54deaf80e..c8b3ab761 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "2.0.19" +version = "2.0.20" diff --git a/Cargo.toml b/Cargo.toml index 6007ff30b..a16250cb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "2.0.19" +version = "2.0.20" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html