From 11361918500a6aecf1ea6348cc00a16c5c993679 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 4 Feb 2026 13:21:05 -0500 Subject: [PATCH] prepare for 0.11 --- CHANGES.md | 10 ++++++++++ dune-project | 2 +- moonpool-lwt.opam | 2 +- moonpool.opam | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ad9a14c5..7e6b14e8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,14 @@ +# 0.11 + +- feat: add `Fut.for_iter` +- fix: in Lock, prevent flambda from reordering mutex-protected operations + +- document how many threads are used for work in `Ws_pool` +- remove mentions of ocaml4 in readme +- chore: for now, add bound for lwt 5.xx only +- abstract type for Tracing_ stub (for new `trace`) + # 0.10 - breaking: remove `around_task` from schedulers diff --git a/dune-project b/dune-project index fcc937c9..41c8548c 100644 --- a/dune-project +++ b/dune-project @@ -4,7 +4,7 @@ (name moonpool) -(version 0.10) +(version 0.11) (generate_opam_files true) diff --git a/moonpool-lwt.opam b/moonpool-lwt.opam index af4c8dc5..ff45e28b 100644 --- a/moonpool-lwt.opam +++ b/moonpool-lwt.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.10" +version: "0.11" synopsis: "Event loop for moonpool based on Lwt-engine (experimental)" maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"] diff --git a/moonpool.opam b/moonpool.opam index eace1e91..53301ff4 100644 --- a/moonpool.opam +++ b/moonpool.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.10" +version: "0.11" synopsis: "Pools of threads supported by a pool of domains" maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"]