diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6af57a..49a1efda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.6.1 + +bugfix release: + +- fix(parse): error in `many` +- chore: add 4.08 to travis +- fix `Containers.Stdlib` on OCaml 4.07 + ## 2.6 - introduce shim modules for 4.08 compat diff --git a/containers.opam b/containers.opam index 21922108..b91d0b10 100644 --- a/containers.opam +++ b/containers.opam @@ -1,16 +1,16 @@ opam-version: "2.0" name: "containers" -version: "2.6" +version: "2.6.1" author: "Simon Cruanes" maintainer: "simon.cruanes.2007@m4x.org" synopsis: "A modular, clean and powerful extension of the OCaml standard library" build: [ ["dune" "build" "-p" name "-j" jobs] - [ "dune" "build" "@doc" "-p" name ] {with-doc} - [ "dune" "runtest" "-p" name "-j" jobs] {with-test} + ["dune" "build" "@doc" "-p" name ] {with-doc} + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ - "dune" {build} + "dune" "result" "uchar" "qtest" { with-test }