Skip to content

Commit

Permalink
Release : prep for proptest 1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-russo committed Jun 15, 2024
1 parent 060cfbe commit f87ec63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions proptest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## Unreleased

## 1.5.0

### New Features

- Setting `PROPTEST_MAX_DEFAULT_SIZE_RANGE` now customizes the default `SizeRange`
used by the default strategies for collections (like `Vec`). The default remains 100.

### Documentation
- Reference the derive macro in Arbitrary's documentation
- Fix broken links in the book

### Bug Fixes
- Fixed issue where config contextualization would clobber existing failure persistence config
Expand Down
2 changes: 1 addition & 1 deletion proptest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proptest"
version = "1.4.0"
version = "1.5.0"
authors = ["Jason Lingle"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit f87ec63

Please sign in to comment.