File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ 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.10.2] - 2024-12-08
9
+
10
+ ### Added
11
+
12
+ - READMEに` tower ` featureに関する記述を追加
13
+ - ` Handler ` まわりのドキュメントを追加
14
+
15
+ ### Changed
16
+
17
+ - ` Future ` 型を具体的なものに変更
18
+ - ` RequestParser::parse_request ` , ` <Handler as Service>::Future ` のシグネチャが変わりました
19
+ - ` impl Service for Handler ` を満たす条件が緩くなりました
20
+
21
+ ### For Developers
22
+
23
+ - Cargo.tomlの` docs.rs ` 用設定を修正
24
+ - GitHub Actionsの依存関係を更新
25
+
8
26
## [ v0.10.1] - 2024-11-09
9
27
10
28
### Added
@@ -325,6 +343,7 @@ and this project adheres to [Semantic Versioning].
325
343
[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
326
344
327
345
<!-- Versions -->
346
+ [ v0.10.2 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.1..v0.10.2
328
347
[ v0.10.1 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.0..v0.10.1
329
348
[ v0.10.0 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.9.1..v0.10.0
330
349
[ v0.9.1 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.9.0..v0.9.1
You can’t perform that action at this time.
0 commit comments