Skip to content

Commit

Permalink
🔖 v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Dec 7, 2024
1 parent 0f46be7 commit b76b2e1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [v0.10.2] - 2024-12-08

### Added

- READMEに`tower`featureに関する記述を追加
- `Handler`まわりのドキュメントを追加

### Changed

- `Future`型を具体的なものに変更
- `RequestParser::parse_request`, `<Handler as Service>::Future`のシグネチャが変わりました
- `impl Service for Handler`を満たす条件が緩くなりました

### For Developers

- Cargo.tomlの`docs.rs`用設定を修正
- GitHub Actionsの依存関係を更新

## [v0.10.1] - 2024-11-09

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

<!-- Versions -->
[v0.10.2]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.1..v0.10.2
[v0.10.1]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.0..v0.10.1
[v0.10.0]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.9.1..v0.10.0
[v0.9.1]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.9.0..v0.9.1
Expand Down

0 comments on commit b76b2e1

Please sign in to comment.