diff --git a/CHANGES.md b/CHANGES.md index cd0304f..9285271 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## v0.1.1 (2020-09-09) + +Packaging fixes. + ## v0.1 (2020-09-04) Initial release. diff --git a/memtrace.opam b/memtrace.opam index c2d7b12..461ff27 100644 --- a/memtrace.opam +++ b/memtrace.opam @@ -27,4 +27,3 @@ build: [ ] ] dev-repo: "git+https://github.com/janestreet/memtrace.git" -doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/memtrace/index.html" diff --git a/memtrace.opam.template b/memtrace.opam.template deleted file mode 100644 index d68075b..0000000 --- a/memtrace.opam.template +++ /dev/null @@ -1 +0,0 @@ -doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/memtrace/index.html" diff --git a/src/dune b/src/dune index beb8556..077e872 100644 --- a/src/dune +++ b/src/dune @@ -1,5 +1,5 @@ (library (name memtrace) -; (public_name memtrace) + (public_name memtrace) (libraries unix threads))