We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a540c09 commit 019cea2Copy full SHA for 019cea2
CHANGES.md
@@ -1,4 +1,9 @@
1
2
+# 0.5.1
3
+
4
+- fix `Ws_pool`: workers would exit before processing
5
+ all remaining tasks upon shutdown
6
7
# 0.5
8
9
## features
dune-project
@@ -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))
0 commit comments