File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ 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.2.0] - 2023-02-23
9+
10+ ### Added
11+
12+ - ` RequestParser ` に` Debug ` と` Clone ` の実装を追加
13+ - exampleにREADMEの例を実装
14+
15+ ### Fixed
16+
17+ - Exampleがビルドできない問題を修正
18+
819## [ v0.1.0] - 2023-02-22
920
1021- initial release
@@ -14,4 +25,5 @@ and this project adheres to [Semantic Versioning].
1425[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
1526
1627<!-- Versions -->
28+ [ v0.2.0 ] : https://github.com/H1rono/traq-bot-http-rs/compare/v0.1.0..v0.2.0
1729[ v0.1.0 ] : https://github.com/H1rono/traq-bot-http-rs/releases/tag/v0.0.1
Original file line number Diff line number Diff line change 11[package ]
22name = " traq-bot-http"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55description = " Library to parse POST requests of traQ BOT event"
66rust-version = " 1.64"
You can’t perform that action at this time.
0 commit comments