@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ,
6
6
and this project adheres to [ Semantic Versioning] .
7
7
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
+
8
33
## [ v0.9.1] - 2024-09-14
9
34
10
35
### Added
@@ -37,6 +62,7 @@ and this project adheres to [Semantic Versioning].
37
62
38
63
### For Developers
39
64
65
+ - Cargoの依存関係をDependabotの管理対象から削除
40
66
- GitHub Actions, Nix Flakesの依存関係を更新
41
67
42
68
## [ v0.8.3] - 2024-04-13
@@ -288,6 +314,7 @@ and this project adheres to [Semantic Versioning].
288
314
[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
289
315
290
316
<!-- Versions -->
317
+ [ v0.10.0 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.9.1..v0.10.0
291
318
[ v0.9.1 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.9.0..v0.9.1
292
319
[ v0.9.0 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.3..v0.9.0
293
320
[ v0.8.3 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.2..v0.8.3
0 commit comments