Skip to content

Commit

Permalink
chore(main): release babyrite 0.4.0 (#53)
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] committed Dec 2, 2023
1 parent 6ee93a3 commit d982e7a
Show file tree
Hide file tree
Showing 4 changed files with 33 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.3.1"
".": "0.4.0"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [0.4.0](https://github.com/m1sk9/babyrite/compare/babyrite-v0.3.1...babyrite-v0.4.0) (2023-12-02)


### Features

* added logger ([e238e57](https://github.com/m1sk9/babyrite/commit/e238e579331225c2e6a3e8c0601afce69e14f906))
* Bot のメッセージ引用時埋め込みにフラグを表示するように ([#32](https://github.com/m1sk9/babyrite/issues/32)) ([36d7524](https://github.com/m1sk9/babyrite/commit/36d7524001f59f3fe048ec4019df591d4089d680))
* Discord API のログインロジックを追加 ([#2](https://github.com/m1sk9/babyrite/issues/2)) ([7e455fb](https://github.com/m1sk9/babyrite/commit/7e455fb557d770fbaf265a41a17ab98f30aab3a9))
* Docker のサポート ([#4](https://github.com/m1sk9/babyrite/issues/4)) ([84ebfc1](https://github.com/m1sk9/babyrite/commit/84ebfc17986d25f0749f88862a1e82cc7de0bdf2))
* force-release babyrite v0.5.0 ([6ee93a3](https://github.com/m1sk9/babyrite/commit/6ee93a3feef5f9c0ac16ee7ad8bb4a17623293cb))
* Support Serenity v0.12.0 ([#45](https://github.com/m1sk9/babyrite/issues/45)) ([4a0b95d](https://github.com/m1sk9/babyrite/commit/4a0b95da39b0e4440ceaf8a714f09c7de5021c52))
* チャンネルリストのキャッシュを実装 ([#34](https://github.com/m1sk9/babyrite/issues/34)) ([37cc6c6](https://github.com/m1sk9/babyrite/commit/37cc6c63fd52ed55fec2335b4156b1e7884575fc))
* 引用機能の追加 ([#7](https://github.com/m1sk9/babyrite/issues/7)) ([5651ef5](https://github.com/m1sk9/babyrite/commit/5651ef5c6c0d3ac5f43e9ac62432125e7a62dfbe))
* 添付ファイルのサポート ([#13](https://github.com/m1sk9/babyrite/issues/13)) ([453931d](https://github.com/m1sk9/babyrite/commit/453931d174503be30d10f109ba0925d791f3b725))


### Bug Fixes

* サーバーが一致しなかった際引用しないように ([#8](https://github.com/m1sk9/babyrite/issues/8)) ([631414e](https://github.com/m1sk9/babyrite/commit/631414edde6770e31bc79c8b652e9fa5e4f3e482))
* スレッド内のメッセージを引用できない問題の修正 ([#17](https://github.com/m1sk9/babyrite/issues/17)) ([316217a](https://github.com/m1sk9/babyrite/commit/316217a36fa84794b2ad26e2ac4ffd6ee535adf1))
* ビルドエラーの修正 ([9f88c10](https://github.com/m1sk9/babyrite/commit/9f88c1062fdc5b2e81097e9c963fc120461f36ba))
* 埋め込みメッセージをメッセージ文字列なしで引用してしまう不具合を修正 ([#16](https://github.com/m1sk9/babyrite/issues/16)) ([8cac699](https://github.com/m1sk9/babyrite/commit/8cac6991d9b4aac82151737afeeef7ff0aeb1758))


### Performance Improvements

* エラーハンドリングの改善 ([#15](https://github.com/m1sk9/babyrite/issues/15)) ([ed79084](https://github.com/m1sk9/babyrite/commit/ed790842ddceaaf9cccb808a629adfefb48df93b))
* チャンネルキャッシュのロジックを改善 ([#37](https://github.com/m1sk9/babyrite/issues/37)) ([1c229f1](https://github.com/m1sk9/babyrite/commit/1c229f1bc042e0064ff884213a643d638cb6f815))
* 埋め込み生成時のエラーパフォーマンスを改善 ([#22](https://github.com/m1sk9/babyrite/issues/22)) ([d893ca3](https://github.com/m1sk9/babyrite/commit/d893ca37862680dab84c462b3c810097a4ca9e77))

## [0.3.1](https://github.com/m1sk9/babyrite/compare/v0.3.0...v0.3.1) (2023-10-28)


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

0 comments on commit d982e7a

Please sign in to comment.