diff --git a/CHANGELOG.md b/CHANGELOG.md index 50da859..de2e16b 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.1] - 2022-08-01 ### Added - fix `Abrbitrary` impl to honor upper(U) and lower(L) bounds; @@ -50,7 +51,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.7.0...HEAD +[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/v0.7.1...HEAD +[0.7.1]: https://github.com/ergoplatform/bounded-vec/compare/v0.7.0...v0.7.1 [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 diff --git a/Cargo.toml b/Cargo.toml index be929aa..01ecbb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bounded-vec" -version = "0.7.0" +version = "0.7.1" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] edition = "2018"