File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ,
6
6
and this project adheres to [ Semantic Versioning] .
7
7
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
+
8
36
## [ v0.10.2] - 2024-12-08
9
37
10
38
### Added
@@ -343,6 +371,7 @@ and this project adheres to [Semantic Versioning].
343
371
[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
344
372
345
373
<!-- Versions -->
374
+ [ v0.11.0 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.2..v0.11.0
346
375
[ v0.10.2 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.1..v0.10.2
347
376
[ v0.10.1 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.0..v0.10.1
348
377
[ v0.10.0 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.9.1..v0.10.0
You can’t perform that action at this time.
0 commit comments