Skip to content

Commit 7f1367f

Browse files
authored
Merge pull request #641 from proptest-rs/release-1.11
release proptest v1.11.0 and state-machine v0.8.0
2 parents 8ceb00c + a63bf7e commit 7f1367f

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

proptest-state-machine/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Unreleased
2+
3+
## 0.8.0
4+
5+
- Added Send + Sync bounds to `strategy:Sequential` ([\#640](https://github.com/proptest-rs/proptest/pull/640))
6+
17
## 0.7.0
28

39
### Breaking Changes

proptest-state-machine/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-state-machine"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Tomáš Zemanovič"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

proptest/CHANGELOG.md

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

3-
### New Additions
3+
## 1.11.0
4+
5+
### 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))
8+
- Added support for f16 feature-gated by "f16" or "unstable". ([\#638](https://github.com/proptest-rs/proptest/pull/638))
69

710
## 1.10.0
811

@@ -13,7 +16,6 @@
1316
### New Features
1417

1518
- Added a memory-efficient strategy for sampling subsets from ranges without replacement. ([\#586](https://github.com/proptest-rs/proptest/pull/586))
16-
- Added support for f16 feature-gated by "f16" or "unstable". ([\#638](https://github.com/proptest-rs/proptest/pull/638))
1719

1820
### Other Notes
1921

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)