Skip to content

Commit 6f4e53b

Browse files
committed
prepare for 0.15
1 parent 5f05eb6 commit 6f4e53b

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

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

3+
## 0.15
4+
5+
- fix: in main runner, remove reset line in more places if `colors=false`
6+
- fix: invalid arg in `int_range` when a<0
7+
- fix(runner): do not use ansi code for random seed if `colors=false`
8+
- feat: on `>=4.08`, provide let operators
9+
310
## 0.14
411

512
- modify `int_range` to make it accept ranges bigger than `max_int`.

qcheck-alcotest.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: [ "Simon Cruanes <[email protected]>" ]
44
homepage: "https://github.com/c-cube/qcheck/"
55
synopsis: "Alcotest backend for qcheck"
66
doc: ["http://c-cube.github.io/qcheck/"]
7-
version: "0.14"
7+
version: "0.15"
88
tags: [
99
"test"
1010
"quickcheck"

qcheck-core.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: [ "Simon Cruanes <[email protected]>" ]
44
homepage: "https://github.com/c-cube/qcheck/"
55
synopsis: "Core qcheck library"
66
doc: ["http://c-cube.github.io/qcheck/"]
7-
version: "0.14"
7+
version: "0.15"
88
tags: [
99
"test"
1010
"property"

qcheck-ounit.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: [ "Simon Cruanes <[email protected]>" ]
44
homepage: "https://github.com/c-cube/qcheck/"
55
doc: ["http://c-cube.github.io/qcheck/"]
66
synopsis: "OUnit backend for qcheck"
7-
version: "0.14"
7+
version: "0.15"
88
tags: [
99
"qcheck"
1010
"quickcheck"

qcheck.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: [ "Simon Cruanes <[email protected]>" ]
44
synopsis: "Compatibility package for qcheck"
55
homepage: "https://github.com/c-cube/qcheck/"
66
doc: ["http://c-cube.github.io/qcheck/"]
7-
version: "0.14"
7+
version: "0.15"
88
tags: [
99
"test"
1010
"property"

0 commit comments

Comments
 (0)