Skip to content

Commit aa8aa41

Browse files
committed
Bump to version 0.12.0
Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett
1 parent ef60de1 commit aa8aa41

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ and this library adheres to Rust's notion of
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## 0.12.0
9+
10+
### Added
11+
- `bincode` feature flag to enable the use of `bincode-2.0.0`.
12+
13+
### Changed
914
- `NonEmpty::capacity` returns `NonZeroUsize`
15+
- Fixed the `nonempty!` macro to use the `vec!` macro internally, ensuring that
16+
it compiles with `std` and `no_std`.
1017

1118
## 0.11.0
1219

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nonempty"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "Correct by construction non-empty vector"
55
authors = ["Alexis Sellier <self@cloudhead.io>"]
66
edition = "2021"

0 commit comments

Comments
 (0)