Skip to content

Commit b76b2e1

Browse files
committed
🔖 v0.10.2
1 parent 0f46be7 commit b76b2e1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.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+
826
## [v0.10.1] - 2024-11-09
927

1028
### Added
@@ -325,6 +343,7 @@ and this project adheres to [Semantic Versioning].
325343
[semantic versioning]: https://semver.org/spec/v2.0.0.html
326344

327345
<!-- Versions -->
346+
[v0.10.2]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.1..v0.10.2
328347
[v0.10.1]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.0..v0.10.1
329348
[v0.10.0]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.9.1..v0.10.0
330349
[v0.9.1]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.9.0..v0.9.1

0 commit comments

Comments
 (0)