From 2858b54fd8897a312d403cec2c11217282f6409f Mon Sep 17 00:00:00 2001 From: Denys Zadorozhnyi Date: Tue, 26 Jul 2022 16:33:38 +0300 Subject: [PATCH] (cargo-release) version 0.7.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b1e7c..a5b6f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.7.0] - 2022-07-26 ### Added @@ -46,7 +47,8 @@ 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.6.0...HEAD +[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/ergoplatform/bounded-vec/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/ergoplatform/bounded-vec/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/ergoplatform/bounded-vec/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/ergoplatform/bounded-vec/compare/v0.3.0...v0.4.0 diff --git a/Cargo.toml b/Cargo.toml index 468b3ff..2a34694 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bounded-vec" -version = "0.6.0" +version = "0.7.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] edition = "2018"