Skip to content

Commit

Permalink
[Release] 1.4.0 : adds missing changelog entries (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-russo committed Nov 10, 2023
1 parent 3d40220 commit 63ef67c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
4 changes: 4 additions & 0 deletions proptest-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

### Other Notes

- `compiletest_rs` updated from 0.9 to 0.10

### Other Notes

- Upgraded `syn`, `quote`, and `proc-macro2` to 1.0

## 0.3.0
Expand Down
5 changes: 5 additions & 0 deletions proptest-state-machine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased

### Other Notes

- `message-io` updated from 0.17 to 0.18

### Bug Fixes

- Fixed state-machine macro's inability to handle missing config
- Fixed logging of state machine transitions to be enabled when verbose config is >= 1. The "std" feature is added to proptest-state-machine as a default feature that allows to switch the logging off in non-std env.
14 changes: 13 additions & 1 deletion proptest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## Unreleased

## 1.4.0

### Breaking Changes

- The minimum supported Rust version has been increased to 1.65.0.

### Other Notes

- `regex-syntax` updated from 0.7 to 0.8
- Fixed new clippies
- Fixed nightly build where Generator was renamed to Coroutine

## 1.3.1

## Other Notes
### Other Notes

- `bit-set` updated from 0.5.0 to 0.5.2 to ensure minimum compatible version with bit-vec 0.6

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.3.1"
version = "1.4.0"
authors = ["Jason Lingle"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 63ef67c

Please sign in to comment.