Skip to content

Commit 71ef1a3

Browse files
committed
v0.2.0
1 parent 9eed406 commit 71ef1a3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "traq-bot-http"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Library to parse POST requests of traQ BOT event"
66
rust-version = "1.64"

0 commit comments

Comments
 (0)