diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 88f7c73..18e45d5 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.4" + ".": "0.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5b081..a0cbc92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.4...v0.1.5) (2024-02-06) + + +### Dependencies + +* update rust crate tokio to v1.36.0 ([#72](https://github.com/4m-mazi/osekkai-chan/issues/72)) ([d4f2cbb](https://github.com/4m-mazi/osekkai-chan/commit/d4f2cbb150c91753e95be5c7c9b04a3fdfac4e7d)) + ## [0.1.4](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.3...v0.1.4) (2024-01-14) diff --git a/Cargo.lock b/Cargo.lock index 41ff0c9..6157288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,7 +590,7 @@ dependencies = [ [[package]] name = "osekkai-chan" -version = "0.1.4" +version = "0.1.5" dependencies = [ "dotenvy", "futures", diff --git a/Cargo.toml b/Cargo.toml index 0524a62..0d8af9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.4" +version = "0.1.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html