From 5442239fbfb4410824119679e08ec3cf0ef7f9e7 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Mon, 29 Jan 2024 16:38:56 +0100 Subject: [PATCH 1/2] Release 0.2.0 Signed-off-by: Oliver Tale-Yazdi --- bounded-collections/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bounded-collections/Cargo.toml b/bounded-collections/Cargo.toml index d7494339..f9496eb8 100644 --- a/bounded-collections/Cargo.toml +++ b/bounded-collections/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bounded-collections" -version = "0.1.9" +version = "0.2.0" authors = ["Parity Technologies "] license = "MIT OR Apache-2.0" homepage = "https://github.com/paritytech/parity-common" From e008c002886f6b27d66d00e954dc0c5c1b50e4ca Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Mon, 29 Jan 2024 18:09:25 +0100 Subject: [PATCH 2/2] CHANGELOG release date Signed-off-by: Oliver Tale-Yazdi --- bounded-collections/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bounded-collections/CHANGELOG.md b/bounded-collections/CHANGELOG.md index 744f41c6..101c91ec 100644 --- a/bounded-collections/CHANGELOG.md +++ b/bounded-collections/CHANGELOG.md @@ -4,7 +4,7 @@ The format is based on [Keep a Changelog]. [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ -## [0.2.0] - 2023-11-13 +## [0.2.0] - 2024-01-29 - Added `try_rotate_left` and `try_rotate_right` to `BoundedVec`. [#800](https://github.com/paritytech/parity-common/pull/800) ## [0.1.9] - 2023-10-10