Skip to content

Commit

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

## 0.5

### Features

- Add `boxed_union` feature which when turned on uses heap allocation for
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion proptest-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proptest-derive"
version = "0.4.0"
version = "0.5.0"
authors = ["Mazdak Farrokhzad <twingoow@gmail.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit e275f8a

Please sign in to comment.