Skip to content

Commit f98f6ac

Browse files
committed
Prepare for 0.6 release
1 parent 0ff08b9 commit f98f6ac

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

CHANGES.md

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

3-
## NEXT RELEASE
3+
## 0.6
44

5-
- ...
5+
- No changes to the opam-released library packages.
6+
Two significant additions to the test suite in the `multicoretests` opam package:
7+
- #463: Dynarray tests
8+
- #469: Add gc tests
69

710
## 0.5
811

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(authors "Jan Midtgaard" "Olivier Nicole" "Nicolas Osborne" "Samuel Hym")
77
(maintainers "Jan Midtgaard <[email protected]>")
88
(license BSD-2-clause)
9-
(version "0.5")
9+
(version "0.6")
1010

1111
(package
1212
(name multicoretests)

multicoretests.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.5"
3+
version: "0.6"
44
synopsis: "Experimental multicore test suite of OCaml 5.0"
55
description: """
66
This package contains a collection of randomized QCheck tests to exercise

qcheck-lin.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.5"
3+
version: "0.6"
44
synopsis: "A multicore testing library for OCaml"
55
description: """
66
A testing library based on QCheck to test interface behaviour under parallel

qcheck-multicoretests-util.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.5"
3+
version: "0.6"
44
synopsis:
55
"Various utility functions for property-based testing of multicore programs"
66
description: """

qcheck-stm.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.5"
3+
version: "0.6"
44
synopsis:
55
"State-machine testing library for sequential and parallel model-based tests"
66
description: """

0 commit comments

Comments
 (0)