File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ 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.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
+
8
24
## [ v0.8.2] - 2024-02-11
9
25
10
26
### Added
@@ -238,6 +254,7 @@ and this project adheres to [Semantic Versioning].
238
254
[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
239
255
240
256
<!-- Versions -->
257
+ [ v0.8.3 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.2..v0.8.3
241
258
[ v0.8.2 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.1..v0.8.2
242
259
[ v0.8.1 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.0..v0.8.1
243
260
[ v0.8.0 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.7.2..v0.8.0
You can’t perform that action at this time.
0 commit comments