prepare for 2.6.1

This commit is contained in:
Simon Cruanes 2019-09-06 14:41:14 -05:00
parent 080f81a9dd
commit beb38da150
2 changed files with 12 additions and 4 deletions

View file

@ -1,5 +1,13 @@
# Changelog # 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 ## 2.6
- introduce shim modules for 4.08 compat - introduce shim modules for 4.08 compat

View file

@ -1,16 +1,16 @@
opam-version: "2.0" opam-version: "2.0"
name: "containers" name: "containers"
version: "2.6" version: "2.6.1"
author: "Simon Cruanes" author: "Simon Cruanes"
maintainer: "simon.cruanes.2007@m4x.org" maintainer: "simon.cruanes.2007@m4x.org"
synopsis: "A modular, clean and powerful extension of the OCaml standard library" synopsis: "A modular, clean and powerful extension of the OCaml standard library"
build: [ build: [
["dune" "build" "-p" name "-j" jobs] ["dune" "build" "-p" name "-j" jobs]
[ "dune" "build" "@doc" "-p" name ] {with-doc} ["dune" "build" "@doc" "-p" name ] {with-doc}
[ "dune" "runtest" "-p" name "-j" jobs] {with-test} ["dune" "runtest" "-p" name "-j" jobs] {with-test}
] ]
depends: [ depends: [
"dune" {build} "dune"
"result" "result"
"uchar" "uchar"
"qtest" { with-test } "qtest" { with-test }