Skip to content

Commit 9b65936

Browse files
committed
🔖 v0.11.1
1 parent 0e0a359 commit 9b65936

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.11.1] - 2024-12-12
9+
10+
### Added
11+
12+
- 一部関数に`#[inline]`のヒントを追加
13+
14+
### Changed
15+
16+
- `RequestParser`の内部構造を修正
17+
- cargoの依存関係を更新
18+
19+
### Fixed
20+
21+
- `ParseRequest`の内部実装を修正
22+
823
## [v0.11.0] - 2024-12-09
924

1025
### Added
@@ -371,6 +386,7 @@ and this project adheres to [Semantic Versioning].
371386
[semantic versioning]: https://semver.org/spec/v2.0.0.html
372387

373388
<!-- Versions -->
389+
[v0.11.1]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.11.0..v0.11.1
374390
[v0.11.0]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.2..v0.11.0
375391
[v0.10.2]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.1..v0.10.2
376392
[v0.10.1]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.10.0..v0.10.1

0 commit comments

Comments
 (0)