Skip to content

Commit

Permalink
Release v.0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascutto committed Feb 10, 2021
1 parent d581f77 commit 4464d8e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
19 changes: 14 additions & 5 deletions bloomf.opam
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
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"
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: [
Expand Down

0 comments on commit 4464d8e

Please sign in to comment.