File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The `qcheck-alcotest` library provides an integration layer for `QCheck` onto
1111https://github.com/mirage/alcotest[`alcotest`], allowing to run property-based
1212tests in `alcotest`."""
1313doc: ["http://c-cube.github.io/qcheck/"]
14- version: "0.90 "
14+ version: "0.91 "
1515tags: [
1616 "test"
1717 "quickcheck"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ QCheck is a QuickCheck inspired property-based testing library for OCaml.
1010The `qcheck-core` library provides the core property-based testing API with
1111minimal dependendies: It requires only `unix` and `dune`."""
1212doc: ["http://c-cube.github.io/qcheck/"]
13- version: "0.90 "
13+ version: "0.91 "
1414tags: [
1515 "test"
1616 "property"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ QCheck is a QuickCheck inspired property-based testing library for OCaml.
1111The `qcheck-ounit` library provides an integration layer for `QCheck` onto
1212https://github.com/gildor478/ounit[`OUnit`], allowing to run property-based
1313tests in `OUnit`."""
14- version: "0.90 "
14+ version: "0.91 "
1515tags: [
1616 "qcheck"
1717 "quickcheck"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ For fewer dependencies and new developments `qcheck-core` is recommended."""
1212homepage: "https://github.com/c-cube/qcheck/"
1313license: "BSD-2-Clause"
1414doc: ["http://c-cube.github.io/qcheck/"]
15- version: "0.90 "
15+ version: "0.91 "
1616tags: [
1717 "test"
1818 "property"
You can’t perform that action at this time.
0 commit comments