Skip to content

Commit

Permalink
Release 0.2.0 (#825)
Browse files Browse the repository at this point in the history
* Release 0.2.0

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* CHANGELOG release date

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Jan 29, 2024
1 parent 314bda6 commit dbf46ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bounded-collections/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bounded-collections/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bounded-collections"
version = "0.1.9"
version = "0.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/paritytech/parity-common"
Expand Down

0 comments on commit dbf46ba

Please sign in to comment.