From 05e3aba0841ecbfec1301eecc704467b15fc6824 Mon Sep 17 00:00:00 2001 From: H1rono Date: Fri, 23 Jun 2023 21:34:47 +0900 Subject: [PATCH] :bookmark: v0.6.0 --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d550f..4fd7f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [0.5.2] - 2023-06-20 +## [v0.6.0] - 2023-06-23 + +### Added + +- `chrono`featureを追加 + +### Changed + +- `payloads::serde::time`モジュールを`payloads::serde::timestamp`にrename + +## [v0.5.2] - 2023-06-20 ### Added @@ -18,7 +28,7 @@ and this project adheres to [Semantic Versioning]. - examplesの構造を修正 - テストを追加した型エイリアスを用いたものに修正 -## [0.5.1] - 2023-05-20 +## [v0.5.1] - 2023-05-20 ### Added @@ -94,6 +104,7 @@ and this project adheres to [Semantic Versioning]. [semantic versioning]: https://semver.org/spec/v2.0.0.html +[v0.6.0]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.5.2..v0.6.0 [v0.5.2]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.5.1..v0.5.2 [v0.5.1]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.5.0..v0.5.1 [v0.5.0]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.4.1..v0.5.0