Skip to content

Commit aaea27c

Browse files
committed
🔖 v0.10.0
1 parent 9796293 commit aaea27c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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.0] - 2024-10-13
9+
10+
### Added
11+
12+
- `http`featureを追加
13+
- `RequestParser::parse_request`を追加
14+
- `http`featureを有効にすると使用可能になります
15+
- エラー型の変更に伴って`Error`型, `ErrorKind`型, `Result`型エイリアスを追加
16+
17+
### Changed
18+
19+
- `RequestParser::parse`などで返されるエラー型を変更
20+
- `ParseError`型から`Error`型へ
21+
- axumを使用したexampleコードを, `http`featureを利用したものに変更
22+
23+
### Removed
24+
25+
- エラー型の変更に伴って`ParseError`型を削除
26+
27+
### For Developers
28+
29+
- GitHub ActionsからNixへの依存を削除
30+
- dev-dependenciesに`futures`crateを追加
31+
- GitHub Actions, Nix Flakesの依存関係を更新
32+
833
## [v0.9.1] - 2024-09-14
934

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

3863
### For Developers
3964

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

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

290316
<!-- Versions -->
317+
[v0.10.0]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.9.1..v0.10.0
291318
[v0.9.1]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.9.0..v0.9.1
292319
[v0.9.0]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.3..v0.9.0
293320
[v0.8.3]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.2..v0.8.3

0 commit comments

Comments
 (0)