Skip to content

Commit

Permalink
release: v0.1.1 (#7)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.1](v0.1.0...v0.1.1)
(2023-12-21)


### Bug Fixes

* 指定時間経過後にユーザーが指定したボイスチャンネルに参加していると通知するように修正
([e43e2ec](e43e2ec))
* 通知処理の修正 ([#18](#18))
([e43e2ec](e43e2ec))


### Dependencies

* update rust crate tokio to v1.35.1
([#13](#13))
([437dce8](437dce8))


### Documentation

* Update README.md
([#6](#6))
([c147d83](c147d83))

---
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>
  • Loading branch information
github-actions[bot] authored Dec 21, 2023
1 parent e43e2ec commit d6d1683
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/files/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d6d1683

Please sign in to comment.