Skip to content

Commit

Permalink
🔖 v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Oct 13, 2024
1 parent 9796293 commit aaea27c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ 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.0] - 2024-10-13

### Added

- `http`featureを追加
- `RequestParser::parse_request`を追加
- `http`featureを有効にすると使用可能になります
- エラー型の変更に伴って`Error`型, `ErrorKind`型, `Result`型エイリアスを追加

### Changed

- `RequestParser::parse`などで返されるエラー型を変更
- `ParseError`型から`Error`型へ
- axumを使用したexampleコードを, `http`featureを利用したものに変更

### Removed

- エラー型の変更に伴って`ParseError`型を削除

### For Developers

- GitHub ActionsからNixへの依存を削除
- dev-dependenciesに`futures`crateを追加
- GitHub Actions, Nix Flakesの依存関係を更新

## [v0.9.1] - 2024-09-14

### Added
Expand Down Expand Up @@ -37,6 +62,7 @@ and this project adheres to [Semantic Versioning].

### For Developers

- Cargoの依存関係をDependabotの管理対象から削除
- GitHub Actions, Nix Flakesの依存関係を更新

## [v0.8.3] - 2024-04-13
Expand Down Expand Up @@ -288,6 +314,7 @@ and this project adheres to [Semantic Versioning].
[semantic versioning]: https://semver.org/spec/v2.0.0.html

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

0 comments on commit aaea27c

Please sign in to comment.