Skip to content

Commit

Permalink
Prepare release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed Mar 1, 2024
1 parent 03da23a commit 1bc65c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions quickcheck-dynamic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
As a minor extension, we also keep a semantic version for the `UNRELEASED`
changes.

## UNRELEASED
## 3.4.0 - 2024-03-01

* Added some lightweight negative-shrinking based on a simple dependency analysis.
* Added the option to return errors from actions by defining `type Error state`.
When this is defined `perform` has return type `m (Either (Error state) (Realized m a))`,
when it is left as the default the type remains `m (Realized m a)`.
* Changed `withGenQ` to _require_ a predicate when defining a `Quantification`
* Changed `withGenQ` to _require_ a predicate when defining a `Quantification`. **Note**: This is technically a breaking change as the interface changed

## 3.3.1

Expand Down
2 changes: 1 addition & 1 deletion quickcheck-dynamic/quickcheck-dynamic.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: quickcheck-dynamic
version: 3.3.1
version: 3.4.0
license: Apache-2.0
license-files:
LICENSE
Expand Down

0 comments on commit 1bc65c6

Please sign in to comment.