From 35bfdd2c72012d90a7cfa2121c5a9add8289ffa2 Mon Sep 17 00:00:00 2001 From: Waffle Lapkin Date: Tue, 31 Aug 2021 17:59:49 +0300 Subject: [PATCH 1/3] Fix date of the 0.3.3 release in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 637e5e48..33af1212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [pr109]: https://github.com/teloxide/teloxide-core/pull/109 [pr115]: https://github.com/teloxide/teloxide-core/pull/115 -## 0.3.3 +## 0.3.3 - 2021-08-03 ### Fixed From 17fa764f11ba40e9bff9051a3ca32e54079ff30e Mon Sep 17 00:00:00 2001 From: Waffle Lapkin Date: Tue, 31 Aug 2021 18:36:20 +0300 Subject: [PATCH 2/3] Remove square brackets from changelog --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33af1212..2cf3bc9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,7 +96,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [pr94]: https://github.com/teloxide/teloxide-core/pull/94 [pr100]: https://github.com/teloxide/teloxide-core/pull/100 -## [0.2.2] - 2020-03-22 +## 0.2.2 - 2020-03-22 ### Fixed @@ -105,7 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [pr69]: https://github.com/teloxide/teloxide-core/pull/69 -## [0.2.1] - 2020-03-19 +## 0.2.1 - 2020-03-19 ### Fixed @@ -117,7 +117,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [pr68]: https://github.com/teloxide/teloxide-core/pull/68 -## [0.2.0] - 2020-03-16 +## 0.2.0 - 2020-03-16 ### Changed @@ -164,7 +164,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `NonStrictVec` -> `SemiparsedVec`. -## [0.1.1] - 2020-02-17 +## 0.1.1 - 2020-02-17 ### Fixed @@ -172,7 +172,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [pr53]: https://github.com/teloxide/teloxide-core/pull/53 -## [0.1.0] - 2020-02-17 +## 0.1.0 - 2020-02-17 ### Added From f7faf737da38ea80190ab54409b2e213ecc4b4f1 Mon Sep 17 00:00:00 2001 From: Waffle Lapkin Date: Tue, 31 Aug 2021 18:39:02 +0300 Subject: [PATCH 3/3] Remove square brackets from changelog (2) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf3bc9b..6d16f9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## unreleased - Add `EditedMessageIsTooLong` error [#109][pr109] - Use `url::Url` for urls, use `chrono::DateTime` for dates in types ([#115][pr115])