From 65f562ee56e227c366cd3e504fba76875daeaa4c Mon Sep 17 00:00:00 2001 From: Denys Zadorozhnyi Date: Wed, 9 Jun 2021 14:53:39 +0300 Subject: [PATCH] (cargo-release) version 0.3.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 574fb3d..99100d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.3.0] - 2021-06-09 ### Added - `IntoIter` impl for `BoundedVec`; @@ -22,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - initial `BoundedVec` implementation including `mapped()`, `first()`, `last()`, to/from array/`Vec`; -[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/ergoplatform/bounded-vec/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/ergoplatform/bounded-vec/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/ergoplatform/bounded-vec/compare/v0.0.0...v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 3bcbd93..f19408c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bounded-vec" -version = "0.2.0" +version = "0.3.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] edition = "2018"