From cdff350ab0679b760794a57cf0c0312e500565e5 Mon Sep 17 00:00:00 2001 From: Denys Zadorozhnyi Date: Tue, 11 May 2021 17:28:21 +0300 Subject: [PATCH] (cargo-release) version 0.2.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60751bd..1662167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.2.0] - 2021-05-11 ### Added - `BoundedVec::try_mapped`, `BoundedVec::try_mapped_ref`; @@ -15,5 +16,6 @@ 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.1.0...HEAD +[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/v0.2.0...HEAD +[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 3b46bcd..3bcbd93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bounded-vec" -version = "0.1.0" +version = "0.2.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] edition = "2018"