Skip to content

Commit b23d321

Browse files
committed
v0.1.2
1 parent 01df2a9 commit b23d321

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.1.2 (2022-11-04)
2+
3+
- Add optional [`arbitrary`](https://crates.io/crates/arbitrary) integration (`arbitrary` feature)
4+
- Switch to Rust 2021 edition
5+
16
# 0.1.1 (2022-01-23)
27

38
- Add `guaranteed_head` and `guaranteed_tail` methods that return a fixed-size array of the minimum size with the first and last items respectively. Suggested by [Nemo157](https://github.com/Nemo157).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minsize"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "Collections with a statically known minimum size (using const generics)"
66
repository = "https://github.com/elomatreb/minsize"

0 commit comments

Comments
 (0)