mirror of
https://github.com/c-cube/moonpool.git
synced 2026-03-07 13:27:56 -05:00
prepare for 0.11
This commit is contained in:
parent
78eaa7a4ec
commit
1136191850
4 changed files with 13 additions and 3 deletions
10
CHANGES.md
10
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
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
(name moonpool)
|
||||
|
||||
(version 0.10)
|
||||
(version 0.11)
|
||||
|
||||
(generate_opam_files true)
|
||||
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue