File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.4.0] - 2023-03-11
9+
10+ ### Added
11+
12+ - ` uuid ` featureを追加
13+
814## [ v0.3.1] - 2023-03-09
915
1016### Fixed
@@ -43,6 +49,7 @@ and this project adheres to [Semantic Versioning].
4349[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
4450
4551<!-- Versions -->
52+ [ v0.4.0 ] : https://github.com/H1rono/traq-bot-http/rs/compare/v0.3.1..v0.4.0
4653[ v0.3.1 ] : https://github.com/H1rono/traq-bot-http/rs/compare/v0.3.0..v0.3.1
4754[ v0.3.0 ] : https://github.com/H1rono/traq-bot-http/rs/compare/v0.2.0..v0.3.0
4855[ v0.2.0 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.1.0..v0.2.0
Original file line number Diff line number Diff line change @@ -66,6 +66,12 @@ async fn handler(
6666}
6767```
6868
69+ ## Features
70+
71+ feature | 機能 | バージョン
72+ :-- | :-- | :--
73+ ` uuid ` | ペイロードのUUID値が[ ` uuid::Uuid ` ] ( https://docs.rs/uuid/latest/uuid/struct.Uuid.html ) 型に | [ v0.4.0] ( https://github.com/H1rono/traq-bot-http-rs/releases/tag/v0.4.0 ) から
74+
6975## Contributing
7076
7177Issue, Pull Requestは大歓迎です。
You can’t perform that action at this time.
0 commit comments