Skip to content

Commit 5850236

Browse files
committed
🔖 v0.8.3
1 parent 169bc79 commit 5850236

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.8.3] - 2024-04-13
9+
10+
### Added
11+
12+
- `Event`, `RequestParser`, `ParseError`型に`#[must_use]`を追加
13+
14+
### Changed
15+
16+
- 依存ライブラリを更新
17+
- ドキュメント内の`.unwrap()`を全て`?`に変更 ([C-QUESTION-MARK](https://rust-lang.github.io/api-guidelines/documentation.html#c-question-mark))
18+
- [`clippy::pedantic`](https://doc.rust-lang.org/clippy/lints.html#pedantic)に完全対応
19+
20+
### For Developers
21+
22+
- GitHub Actions, Nix Flakesの依存関係を更新
23+
824
## [v0.8.2] - 2024-02-11
925

1026
### Added
@@ -238,6 +254,7 @@ and this project adheres to [Semantic Versioning].
238254
[semantic versioning]: https://semver.org/spec/v2.0.0.html
239255

240256
<!-- Versions -->
257+
[v0.8.3]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.2..v0.8.3
241258
[v0.8.2]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.1..v0.8.2
242259
[v0.8.1]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.0..v0.8.1
243260
[v0.8.0]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.7.2..v0.8.0

0 commit comments

Comments
 (0)