Skip to content

Commit

Permalink
🔖 v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Dec 8, 2024
1 parent 8cfaef6 commit 2050dd7
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@ 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.11.0] - 2024-12-09

### Added

- MSRVに関するドキュメントを追加

### Changed

- `Handler::on_{event_kind}`のシグネチャを修正
- MSRVを1.76.0に更新
- 依存ライブラリを更新
- `docs.rs`用の設定を修正
- `tower::Service` traitの実装条件を修正

### Removed

- `Handler::new`を削除
- `handler::EventWithState`を削除

### Fixed

- `<handler::WithState as tower::Service>::poll_ready`の実装を修正

### For Developers

- `#![deny(clippy::pedantic)]`の設定を`Cargo.toml`に移動
- CIの設定を一部修正

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

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

<!-- Versions -->
[v0.11.0]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.2..v0.11.0
[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
Expand Down

0 comments on commit 2050dd7

Please sign in to comment.