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..b26c2f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.8](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.7...v0.1.8) (2024-07-29) + + +### 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)) +* update rust crate tokio to v1.39.2 ([#315](https://github.com/4m-mazi/osekkai-chan/issues/315)) ([49b88b3](https://github.com/4m-mazi/osekkai-chan/commit/49b88b3eacb1b615f05e410ce9ce8824655b3d66)) + ## [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 2ff4d33..503ce44 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 b7d694f..1567414 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