Skip to content

Commit 3187fd0

Browse files
committed
Prepare for release 3.4.1
1 parent c9e87ff commit 3187fd0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

quickcheck-dynamic/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
As a minor extension, we also keep a semantic version for the `UNRELEASED`
88
changes.
99

10+
## UNRELEASED
11+
12+
## 3.4.1 - 2024-03-22
13+
14+
* [#70](https://github.com/input-output-hk/quickcheck-dynamic/pull/70) Expose `IsPerformResult` typeclass
15+
1016
## 3.4.0 - 2024-03-01
1117

1218
* Added some lightweight negative-shrinking based on a simple dependency analysis.

quickcheck-dynamic/quickcheck-dynamic.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: quickcheck-dynamic
3-
version: 3.4.0
3+
version: 3.4.1
44
license: Apache-2.0
55
license-files:
66
LICENSE

0 commit comments

Comments
 (0)