From d6d1683e807eb241a73d17765a07c7138b09f87a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 03:13:59 +0900 Subject: [PATCH] release: v0.1.1 (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../.release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) 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