Merge branch 'br-0.5.1'

This commit is contained in:
Simon Cruanes 2023-11-27 22:13:34 -05:00
commit 15e314129f
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,9 @@
# 0.5.1
- fix `Ws_pool`: workers would exit before processing
all remaining tasks upon shutdown
# 0.5
## features

View file

@ -2,7 +2,7 @@
(using mdx 0.2)
(name moonpool)
(version 0.5)
(version 0.5.1)
(generate_opam_files true)
(source
(github c-cube/moonpool))