From 74574db9df48527c486941644bd61815a72cc15a Mon Sep 17 00:00:00 2001 From: "mazi-release[bot]" <157046322+mazi-release[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 07:27:06 +0900 Subject: [PATCH] release: v0.1.11 (#366) :robot: I have created a release *beep* *boop* --- ## [0.1.11](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.10...v0.1.11) (2024-09-07) ### Dependencies * lock file maintenance ([#364](https://github.com/4m-mazi/osekkai-chan/issues/364)) ([06eff07](https://github.com/4m-mazi/osekkai-chan/commit/06eff07f7b8457fac28da83817d741f370c21a8c)) * update rust crate tokio to v1.40.0 ([#361](https://github.com/4m-mazi/osekkai-chan/issues/361)) ([c757357](https://github.com/4m-mazi/osekkai-chan/commit/c757357838f9ef0e5b0e12948212856e1d28c1e3)) --- 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: mazi-release[bot] <157046322+mazi-release[bot]@users.noreply.github.com> --- .../files/release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 4a8e97c..ca1ac01 100644 --- a/.github/files/release-please/.release-please-manifest.json +++ b/.github/files/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.10" + ".": "0.1.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5466dec..765e381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.11](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.10...v0.1.11) (2024-09-07) + + +### Dependencies + +* lock file maintenance ([#364](https://github.com/4m-mazi/osekkai-chan/issues/364)) ([06eff07](https://github.com/4m-mazi/osekkai-chan/commit/06eff07f7b8457fac28da83817d741f370c21a8c)) +* update rust crate tokio to v1.40.0 ([#361](https://github.com/4m-mazi/osekkai-chan/issues/361)) ([c757357](https://github.com/4m-mazi/osekkai-chan/commit/c757357838f9ef0e5b0e12948212856e1d28c1e3)) + ## [0.1.10](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.9...v0.1.10) (2024-08-25) diff --git a/Cargo.lock b/Cargo.lock index 03c7d25..4a1d54b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -850,7 +850,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "osekkai-chan" -version = "0.1.10" +version = "0.1.11" dependencies = [ "dotenvy", "poise", diff --git a/Cargo.toml b/Cargo.toml index 188935b..cc158c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.10" +version = "0.1.11" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html