Skip to content

Commit 03b67fe

Browse files
committed
🔖 v0.4.0
1 parent f0b9a9c commit 03b67fe

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.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

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

7177
Issue, Pull Requestは大歓迎です。

0 commit comments

Comments
 (0)