Skip to content

Commit a306ee8

Browse files
committed
Prepare for v0.21.1
1 parent 4a5b754 commit a306ee8

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
3+
## 0.21.1
44

55
- Roll back the `Shrink.list_spine` fix, as it was utilizing polymorphic
66
equality that can raise an exception on function comparison.

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.21"
8+
version: "0.21.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.21"
8+
version: "0.21.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.21"
8+
version: "0.21.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.21"
8+
version: "0.21.1"
99
tags: [
1010
"test"
1111
"property"

0 commit comments

Comments
 (0)