diff --git a/proptest-derive/CHANGELOG.md b/proptest-derive/CHANGELOG.md index 76279e62..15061d9a 100644 --- a/proptest-derive/CHANGELOG.md +++ b/proptest-derive/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 0.5 + ### Features - Add `boxed_union` feature which when turned on uses heap allocation for @@ -9,15 +11,17 @@ ### Dependencies - Upgraded `syn` to 2.x - -### 0.4.0 +- Upgraded `compiletest_rs` 0.10 to 0.11 ### Other Notes -- `compiletest_rs` updated from 0.9 to 0.10 +- Fixed various clippies and diagnostic issues + +### 0.4.0 ### Other Notes +- Upgraded `compiletest_rs` from 0.9 to 0.10 - Upgraded `syn`, `quote`, and `proc-macro2` to 1.0 ## 0.3.0 diff --git a/proptest-derive/Cargo.toml b/proptest-derive/Cargo.toml index 516c974d..f7d6ba3e 100644 --- a/proptest-derive/Cargo.toml +++ b/proptest-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proptest-derive" -version = "0.4.0" +version = "0.5.0" authors = ["Mazdak Farrokhzad "] license = "MIT OR Apache-2.0" readme = "README.md"