diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 466df71..a915e8c 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.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c1d13..e5bff93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.1.1](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.0...v0.1.1) (2023-12-21) + + +### Bug Fixes + +* 指定時間経過後にユーザーが指定したボイスチャンネルに参加していると通知するように修正 ([e43e2ec](https://github.com/4m-mazi/osekkai-chan/commit/e43e2ec151828bb496f2bab4251b75c12e4a686f)) +* 通知処理の修正 ([#18](https://github.com/4m-mazi/osekkai-chan/issues/18)) ([e43e2ec](https://github.com/4m-mazi/osekkai-chan/commit/e43e2ec151828bb496f2bab4251b75c12e4a686f)) + + +### Dependencies + +* update rust crate tokio to v1.35.1 ([#13](https://github.com/4m-mazi/osekkai-chan/issues/13)) ([437dce8](https://github.com/4m-mazi/osekkai-chan/commit/437dce89cade1803886baf45fbee2f6385feac99)) + + +### Documentation + +* Update README.md ([#6](https://github.com/4m-mazi/osekkai-chan/issues/6)) ([c147d83](https://github.com/4m-mazi/osekkai-chan/commit/c147d834726df7642ca1a71a2beedfe97e824f27)) + ## [0.1.0](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.0...v0.1.0) (2023-12-17) diff --git a/Cargo.lock b/Cargo.lock index 8671245..35c50b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,7 +612,7 @@ dependencies = [ [[package]] name = "osekkai-chan" -version = "0.1.0" +version = "0.1.1" dependencies = [ "dotenvy", "futures", diff --git a/Cargo.toml b/Cargo.toml index 857a9db..4a782a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html