From 3ccd07087e34fdf8752bcf409e476fb92d43c3d7 Mon Sep 17 00:00:00 2001 From: "mazi-release[bot]" <157046322+mazi-release[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:37:33 +0000 Subject: [PATCH] release: v0.1.8 --- .../files/release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 55c86c8..a46f218 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.7" + ".": "0.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 983c356..7a42bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.8](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.7...v0.1.8) (2024-07-25) + + +### Dependencies + +* update rust crate tokio to v1.38.0 ([#248](https://github.com/4m-mazi/osekkai-chan/issues/248)) ([7542e09](https://github.com/4m-mazi/osekkai-chan/commit/7542e0949de0839a1ecde71a784beb3fcb259a7f)) +* update rust crate tokio to v1.38.1 ([#304](https://github.com/4m-mazi/osekkai-chan/issues/304)) ([32650cd](https://github.com/4m-mazi/osekkai-chan/commit/32650cda2bb8f2dd85c7fad6063f4da52e8362f3)) +* update rust crate tokio to v1.39.1 ([#311](https://github.com/4m-mazi/osekkai-chan/issues/311)) ([1866501](https://github.com/4m-mazi/osekkai-chan/commit/18665015ab2927ec0cae6077729132805a548f65)) + ## [0.1.7](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.6...v0.1.7) (2024-05-25) diff --git a/Cargo.lock b/Cargo.lock index 9b48ce3..c966ddf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -832,7 +832,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "osekkai-chan" -version = "0.1.7" +version = "0.1.8" dependencies = [ "dotenvy", "poise", diff --git a/Cargo.toml b/Cargo.toml index 165a57a..e53bbeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.7" +version = "0.1.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html