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..adf24d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.8](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.7...v0.1.8) (2024-06-07) + + +### 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)) + ## [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 2d4f5a1..ef177e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -841,7 +841,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 68f3213..f0adc8e 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