From 122a68fe56562c527d584b46a5e33648b810769e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:18:07 +0900 Subject: [PATCH] chore(main): release 2.0.13 (#476) :robot: I have created a release *beep* *boop* --- ## [2.0.13](https://github.com/Mogyuchi/gh-test/compare/v2.0.12...v2.0.13) (2023-12-09) ### Bug Fixes * Update test ([#328](https://github.com/Mogyuchi/gh-test/issues/328)) ([2433e67](https://github.com/Mogyuchi/gh-test/commit/2433e67820cf371811e2a15c19c2a5032e07a1f3)) --- 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 adc1430a..a13f0dcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.13](https://github.com/Mogyuchi/gh-test/compare/v2.0.12...v2.0.13) (2023-12-09) + + +### Bug Fixes + +* Update test ([#328](https://github.com/Mogyuchi/gh-test/issues/328)) ([2433e67](https://github.com/Mogyuchi/gh-test/commit/2433e67820cf371811e2a15c19c2a5032e07a1f3)) + ## [2.0.12](https://github.com/Mogyuchi/gh-test/compare/v2.0.11...v2.0.12) (2023-11-29) diff --git a/Cargo.lock b/Cargo.lock index 394a3284..528a2ba0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-test" -version = "2.0.12" +version = "2.0.13" diff --git a/Cargo.toml b/Cargo.toml index 6a1abcbd..3a9ad75b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ci-test" -version = "2.0.12" +version = "2.0.13" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html