Skip to content

Commit 7940313

Browse files
committed
proptest v1.11.0
1 parent 3ec998c commit 7940313

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

proptest/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 1.11.0
4+
35
### New Features
46

57
- Added `bits::u128` and `bits::i128` strategies for 128-bit integer bit set generation. ([\#311](https://github.com/proptest-rs/proptest/issues/311))

proptest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proptest"
3-
version = "1.10.0"
3+
version = "1.11.0"
44
authors = ["Jason Lingle"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)