Skip to content

Commit 7bc1265

Browse files
committed
prepare for 0.18.1
temporarily remove the deriving plugin, too. It'll be in 0.19
1 parent 3ee3c01 commit 7bc1265

File tree

14 files changed

+9
-1690
lines changed

14 files changed

+9
-1690
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes
22

3+
## 0.18.1
4+
5+
- fix `Gen.{nat,pos}_split{2,}`
6+
- fix stack overflow in #156
7+
38
## 0.18
49

510
This releases marks the addition of `QCheck2`, a module where generation

ppx_deriving_qcheck.opam

Lines changed: 0 additions & 27 deletions
This file was deleted.

qcheck-alcotest.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: "https://github.com/c-cube/qcheck/"
55
license: "BSD-2-Clause"
66
synopsis: "Alcotest backend for qcheck"
77
doc: ["http://c-cube.github.io/qcheck/"]
8-
version: "0.18"
8+
version: "0.18.1"
99
tags: [
1010
"test"
1111
"quickcheck"

qcheck-core.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: "https://github.com/c-cube/qcheck/"
55
license: "BSD-2-Clause"
66
synopsis: "Core qcheck library"
77
doc: ["http://c-cube.github.io/qcheck/"]
8-
version: "0.18"
8+
version: "0.18.1"
99
tags: [
1010
"test"
1111
"property"

qcheck-ounit.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: "BSD-2-Clause"
55
homepage: "https://github.com/c-cube/qcheck/"
66
doc: ["http://c-cube.github.io/qcheck/"]
77
synopsis: "OUnit backend for qcheck"
8-
version: "0.18"
8+
version: "0.18.1"
99
tags: [
1010
"qcheck"
1111
"quickcheck"

qcheck.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ synopsis: "Compatibility package for qcheck"
55
homepage: "https://github.com/c-cube/qcheck/"
66
license: "BSD-2-Clause"
77
doc: ["http://c-cube.github.io/qcheck/"]
8-
version: "0.18"
8+
version: "0.18.1"
99
tags: [
1010
"test"
1111
"property"

src/ppx_deriving_qcheck/README.md

Lines changed: 0 additions & 307 deletions
This file was deleted.

0 commit comments

Comments
 (0)