File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ,
66and this project adheres to [ Semantic Versioning] .
77
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+
827## [ v0.8.3] - 2024-04-13
928
1029### Added
@@ -254,6 +273,7 @@ and this project adheres to [Semantic Versioning].
254273[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
255274
256275<!-- Versions -->
276+ [ v0.9.0 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.3..v0.9.0
257277[ v0.8.3 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.2..v0.8.3
258278[ v0.8.2 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.1..v0.8.2
259279[ 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