From dbf46bada7e1e796899b24155fa0fc9b7d2f3ab6 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Mon, 29 Jan 2024 22:35:36 +0100 Subject: [PATCH] Release 0.2.0 (#825) * Release 0.2.0 Signed-off-by: Oliver Tale-Yazdi * CHANGELOG release date Signed-off-by: Oliver Tale-Yazdi --------- Signed-off-by: Oliver Tale-Yazdi --- bounded-collections/CHANGELOG.md | 2 +- bounded-collections/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 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"