Skip to content

Commit 14ae55c

Browse files
authored
chore: Release bounded-vec version 0.8.0 (#36)
1 parent 39207d4 commit 14ae55c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased] - ReleaseDate
99
- prevent out of bound construction and define empty vs nonempty at compile time
1010

11+
=======
12+
## [0.8.0] - 2024-12-02
1113
## [0.7.1] - 2022-08-01
1214
### Added
1315
- fix `Abrbitrary` impl to honor upper(U) and lower(L) bounds;
@@ -53,7 +55,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5355
- initial `BoundedVec` implementation including `mapped()`, `first()`, `last()`, to/from array/`Vec`;
5456

5557
<!-- next-url -->
56-
[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/v0.7.1...HEAD
58+
[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/v0.8.0...HEAD
59+
[0.8.0]: https://github.com/ergoplatform/bounded-vec/compare/v0.7.1...v0.8.0
5760
[0.7.1]: https://github.com/ergoplatform/bounded-vec/compare/v0.7.0...v0.7.1
5861
[0.7.0]: https://github.com/ergoplatform/bounded-vec/compare/v0.6.0...v0.7.0
5962
[0.6.0]: https://github.com/ergoplatform/bounded-vec/compare/v0.5.0...v0.6.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bounded-vec"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
license = "CC0-1.0"
55
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
66
edition = "2021"

0 commit comments

Comments
 (0)