Skip to content

Commit b8a7d93

Browse files
committed
Prepare for 0.91 release
1 parent 948650a commit b8a7d93

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## NEXT RELEASE (202?-??-??)
3+
## 0.91 (2025-12-21)
44

55
- Add ocamlmig `@@migrate` attributes to deprecated combinator names.
66
The following are missing a direct translation:

qcheck-alcotest.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `qcheck-alcotest` library provides an integration layer for `QCheck` onto
1111
https://github.com/mirage/alcotest[`alcotest`], allowing to run property-based
1212
tests in `alcotest`."""
1313
doc: ["http://c-cube.github.io/qcheck/"]
14-
version: "0.90"
14+
version: "0.91"
1515
tags: [
1616
"test"
1717
"quickcheck"

qcheck-core.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ QCheck is a QuickCheck inspired property-based testing library for OCaml.
1010
The `qcheck-core` library provides the core property-based testing API with
1111
minimal dependendies: It requires only `unix` and `dune`."""
1212
doc: ["http://c-cube.github.io/qcheck/"]
13-
version: "0.90"
13+
version: "0.91"
1414
tags: [
1515
"test"
1616
"property"

qcheck-ounit.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ QCheck is a QuickCheck inspired property-based testing library for OCaml.
1111
The `qcheck-ounit` library provides an integration layer for `QCheck` onto
1212
https://github.com/gildor478/ounit[`OUnit`], allowing to run property-based
1313
tests in `OUnit`."""
14-
version: "0.90"
14+
version: "0.91"
1515
tags: [
1616
"qcheck"
1717
"quickcheck"

qcheck.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For fewer dependencies and new developments `qcheck-core` is recommended."""
1212
homepage: "https://github.com/c-cube/qcheck/"
1313
license: "BSD-2-Clause"
1414
doc: ["http://c-cube.github.io/qcheck/"]
15-
version: "0.90"
15+
version: "0.91"
1616
tags: [
1717
"test"
1818
"property"

0 commit comments

Comments
 (0)