Skip to content

Commit 2050dd7

Browse files
committed
🔖 v0.11.0
1 parent 8cfaef6 commit 2050dd7

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

8+
## [v0.11.0] - 2024-12-09
9+
10+
### Added
11+
12+
- MSRVに関するドキュメントを追加
13+
14+
### Changed
15+
16+
- `Handler::on_{event_kind}`のシグネチャを修正
17+
- MSRVを1.76.0に更新
18+
- 依存ライブラリを更新
19+
- `docs.rs`用の設定を修正
20+
- `tower::Service` traitの実装条件を修正
21+
22+
### Removed
23+
24+
- `Handler::new`を削除
25+
- `handler::EventWithState`を削除
26+
27+
### Fixed
28+
29+
- `<handler::WithState as tower::Service>::poll_ready`の実装を修正
30+
31+
### For Developers
32+
33+
- `#![deny(clippy::pedantic)]`の設定を`Cargo.toml`に移動
34+
- CIの設定を一部修正
35+
836
## [v0.10.2] - 2024-12-08
937

1038
### Added
@@ -343,6 +371,7 @@ and this project adheres to [Semantic Versioning].
343371
[semantic versioning]: https://semver.org/spec/v2.0.0.html
344372

345373
<!-- Versions -->
374+
[v0.11.0]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.2..v0.11.0
346375
[v0.10.2]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.1..v0.10.2
347376
[v0.10.1]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.0..v0.10.1
348377
[v0.10.0]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.9.1..v0.10.0

0 commit comments

Comments
 (0)