Skip to content

Commit 7bb4388

Browse files
committed
Release 4.0.0
1 parent 5f7c2d2 commit 7bb4388

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

quickcheck-dynamic/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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
10+
## 4.0.0 - 2025-03-12
1111

1212
* **BREAKING**: Removed `Realized`
1313
- To migrate uses of `Realized` with `IOSim`, index the state type on the choice of `RunModel` monad

quickcheck-dynamic/quickcheck-dynamic.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
cabal-version: 2.2
22
name: quickcheck-dynamic
3-
version: 3.4.1
3+
version: 4.0.0
44
license: Apache-2.0
55
license-files:
66
LICENSE
77
NOTICE
88

9-
maintainer: arnaud.bailly@iohk.io
9+
maintainer: sebastian.nagel@iohk.io
1010
author: Ulf Norell
1111
category: Testing
1212
synopsis: A library for stateful property-based testing

0 commit comments

Comments
 (0)