diff --git a/CHANGELOG.md b/CHANGELOG.md index 338aae6..ffb5322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.6.0] - 2022-04-21 ### Added - `NonEmptyVec` type alias; @@ -38,7 +39,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.5.0...HEAD +[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/v0.6.0...HEAD +[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 [0.3.0]: https://github.com/ergoplatform/bounded-vec/compare/v0.2.0...v0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 82e9fc9..447da25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bounded-vec" -version = "0.5.0" +version = "0.6.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] edition = "2018"