Skip to content

Commit 2a88486

Browse files
authored
Merge pull request #130 from ocaml-multicore/prepare-release.0.5.2
Prepare release
2 parents ea77475 + e72622b commit 2a88486

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.5.2
2+
3+
* Upgrade to Saturn 1.0 (#129, @Sudha247)
4+
* Update README.md instruction to use OCaml 5.1.0 (#123, @punchagan)
5+
* Fix Saturn.Queue function (#121, @Sudha247)
6+
* Make parallel_scan work on noncommutative functions (#118, @aytao)
7+
* Test condition tweaks (#113, @jmid)
8+
* Adjust PBTs based on recommended_domain_count (#112, @jmid)
9+
110
## 0.5.1
211

312
* Add parallel_find (#90, @gasche)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ More example programs are available [here](https://github.com/ocaml-multicore/do
8383
You can install this library using `OPAM`.
8484

8585
```bash
86-
$ opam switch create 5.1.0
86+
$ opam switch create 5.3.0
8787
$ opam install domainslib
8888
```
8989

0 commit comments

Comments
 (0)