Skip to content

Commit 6e559df

Browse files
committed
Prepare for 0.90 release
1 parent c7cc907 commit 6e559df

File tree

8 files changed

+94
-94
lines changed

8 files changed

+94
-94
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.90 (2025-12-19)
44

55
- Remove deprecated function generators `QCheck.{fun1_unsafe,fun2_unsafe}`
66
- Renamed `float` generator combinators:

ppx_deriving_qcheck.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "ppx_deriving_qcheck"
3-
version: "0.7"
3+
version: "0.9"
44
license: "BSD-2-Clause"
55
synopsis: "PPX Deriver for QCheck"
66
description: """
@@ -16,7 +16,7 @@ author: [ "the qcheck contributors" ]
1616
depends: [
1717
"dune" {>= "2.8.0"}
1818
"ocaml" {>= "4.08.0"}
19-
"qcheck-core" {>= "0.24"}
19+
"qcheck-core" {>= "0.90"}
2020
"ppxlib" {>= "0.36.0"}
2121
"ppx_deriving" {>= "6.1.0"}
2222
"odoc" {with-doc}

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.27"
14+
version: "0.90"
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.27"
13+
version: "0.90"
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.27"
14+
version: "0.90"
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.27"
15+
version: "0.90"
1616
tags: [
1717
"test"
1818
"property"

0 commit comments

Comments
 (0)