Skip to content

Commit

Permalink
chore(main): release babyrite 0.8.1 (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: m1sk9-bot[bot] <142238915+m1sk9-bot[bot]@users.noreply.github.com>
  • Loading branch information
m1sk9-bot[bot] authored Jun 13, 2024
1 parent 6bd4047 commit 3257960
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.0"
".": "0.8.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.8.1](https://github.com/m1sk9/babyrite/compare/babyrite-v0.8.0...babyrite-v0.8.1) (2024-06-13)


### Bug Fixes

babyrite が使用している Discord API ライブラリ [Serenity v0.12.2](https://github.com/serenity-rs/serenity/releases/tag/v0.12.2) で非推奨になったメソッドを削除・置き換えを行いました.

* 非推奨メソッド `is_nsfw()``nsfw()` に置き換え ([#143](https://github.com/m1sk9/babyrite/issues/143)) ([6bd4047](https://github.com/m1sk9/babyrite/commit/6bd4047084a0d18a20ddf69e40ef2529cab1e317))
* 非推奨メソッド `is_private()` を削除し, DM かの判定を ID チェックのみに ([#141](https://github.com/m1sk9/babyrite/issues/141)) ([6b26a52](https://github.com/m1sk9/babyrite/commit/6b26a527a985174179b9a2f6b720af67c00832ae))
* この変更により, babyrite は ID 取り出し処理による判定のみで DM かどうかを判断します.

## [0.8.0](https://github.com/m1sk9/babyrite/compare/babyrite-v0.7.6...babyrite-v0.8.0) (2024-05-19)


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 = "babyrite"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/m1sk9/babyrite"
Expand Down

0 comments on commit 3257960

Please sign in to comment.