Skip to content

Commit 1136191

Browse files
committed
prepare for 0.11
1 parent 78eaa7a commit 1136191

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
# 0.11
3+
4+
- feat: add `Fut.for_iter`
5+
- fix: in Lock, prevent flambda from reordering mutex-protected operations
6+
7+
- document how many threads are used for work in `Ws_pool`
8+
- remove mentions of ocaml4 in readme
9+
- chore: for now, add bound for lwt 5.xx only
10+
- abstract type for Tracing_ stub (for new `trace`)
11+
212
# 0.10
313

414
- breaking: remove `around_task` from schedulers

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
(name moonpool)
66

7-
(version 0.10)
7+
(version 0.11)
88

99
(generate_opam_files true)
1010

moonpool-lwt.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.10"
3+
version: "0.11"
44
synopsis: "Event loop for moonpool based on Lwt-engine (experimental)"
55
maintainer: ["Simon Cruanes"]
66
authors: ["Simon Cruanes"]

moonpool.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.10"
3+
version: "0.11"
44
synopsis: "Pools of threads supported by a pool of domains"
55
maintainer: ["Simon Cruanes"]
66
authors: ["Simon Cruanes"]

0 commit comments

Comments
 (0)