prepare for 0.11
Some checks failed
github pages / Deploy doc (push) Has been cancelled
Build and Test / build (push) Has been cancelled
Build and Test / build-compat (push) Has been cancelled
Build and Test / format (push) Has been cancelled

This commit is contained in:
Simon Cruanes 2026-02-04 13:21:05 -05:00
parent 78eaa7a4ec
commit 1136191850
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
4 changed files with 13 additions and 3 deletions

View file

@ -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

View file

@ -4,7 +4,7 @@
(name moonpool)
(version 0.10)
(version 0.11)
(generate_opam_files true)

View file

@ -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"]

View file

@ -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"]