Skip to content

Commit 2fb60ef

Browse files
committed
🔖 v0.9.0
1 parent cf8dc71 commit 2fb60ef

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.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

0 commit comments

Comments
 (0)