File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ 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.9.0] - 2024-07-09
9
+
10
+ ### Added
11
+
12
+ - [ rocket] ( https://rocket.rs ) を使用したexampleを追加
13
+
14
+ ### Changed
15
+
16
+ - 依存ライブラリを更新
17
+ - ` RequestParser::parse_headers ` および` RequestParser::parse ` の引数を変更
18
+ - ` header ` が` IntoIterator ` を受け入れるようになりました
19
+ - この変更でコンパイルできなくなるコードが存在する可能性があります
20
+ - 内部コードの改善
21
+ - [ ` clippy::cargo ` ] ( https://doc.rust-lang.org/clippy/lints.html#cargo ) に対応
22
+
23
+ ### For Developers
24
+
25
+ - GitHub Actions, Nix Flakesの依存関係を更新
26
+
8
27
## [ v0.8.3] - 2024-04-13
9
28
10
29
### Added
@@ -254,6 +273,7 @@ and this project adheres to [Semantic Versioning].
254
273
[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
255
274
256
275
<!-- Versions -->
276
+ [ v0.9.0 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.3..v0.9.0
257
277
[ v0.8.3 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.2..v0.8.3
258
278
[ v0.8.2 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.1..v0.8.2
259
279
[ v0.8.1 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.0..v0.8.1
You can’t perform that action at this time.
0 commit comments