diff --git a/CHANGES.md b/CHANGES.md index 242fcf4..5ecfb73 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ -# Unreleased +# v0.2.0 2021-02-10 +- Added `to_bytes` and `of_bytes`. - Added `union` and `inter`. # v0.1.0 2019-03-07 diff --git a/bloomf.opam b/bloomf.opam index 992d8cc..ebbef31 100644 --- a/bloomf.opam +++ b/bloomf.opam @@ -1,6 +1,6 @@ opam-version: "2.0" -maintainer: "Clement Pascutto" -authors: ["Clement Pascutto"] +maintainer: "Clément Pascutto" +authors: ["Clément Pascutto"] license: "MIT" homepage: "https://github.com/mirage/bloomf" bug-reports: "https://github.com/mirage/bloomf/issues" @@ -8,9 +8,18 @@ dev-repo: "git+https://github.com/mirage/bloomf.git" doc: "https://mirage.github.io/bloomf/" build: [ - ["dune" "subst"] {pinned} - ["dune" "build" "-p" name "-j" jobs] - ["dune" "runtest" "-p" name] {with-test} + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] ] depends: [