diff --git a/proptest/CHANGELOG.md b/proptest/CHANGELOG.md index ed627b9d..1a093bf9 100644 --- a/proptest/CHANGELOG.md +++ b/proptest/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 1.5.0 + ### New Features - Setting `PROPTEST_MAX_DEFAULT_SIZE_RANGE` now customizes the default `SizeRange` @@ -7,6 +9,7 @@ ### 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 diff --git a/proptest/Cargo.toml b/proptest/Cargo.toml index dd52fd25..6f20b501 100644 --- a/proptest/Cargo.toml +++ b/proptest/Cargo.toml @@ -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"