diff --git a/CHANGELOG.md b/CHANGELOG.md index d83b5f9..e4f14e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.1.0] - 2021-05-10 - initial `BoundedVec` implementation including `mapped()`, `first()`, `last()`, to/from array/`Vec`; -[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/v0.0.0...HEAD +[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/v0.1.0...HEAD +[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 0f9a2f0..ac87d7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bounded-vec" -version = "0.0.0" +version = "0.1.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] edition = "2018"