diff --git a/CHANGES.md b/CHANGES.md index 25af2e4d..c1f282d3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,9 @@ +# 0.1.1 + +- fix(fut): fix bug when calling `wait_list []` +- fix: join_array on arrays of length=1 had a bound error + # 0.1 initial release diff --git a/dune-project b/dune-project index c0267e02..182abadc 100644 --- a/dune-project +++ b/dune-project @@ -2,7 +2,7 @@ (using mdx 0.2) (name moonpool) -(version 0.1) +(version 0.1.1) (generate_opam_files true) (source (github c-cube/moonpool)) diff --git a/moonpool.opam b/moonpool.opam index c671a7ed..f5df5afd 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.1" +version: "0.1.1" synopsis: "Pools of threads supported by a pool of domains" maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"]