mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
prepare for 2.6.1
This commit is contained in:
parent
080f81a9dd
commit
beb38da150
2 changed files with 12 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
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"
|
||||||
|
|
@ -10,7 +10,7 @@ build: [
|
||||||
["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 }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue