Merge branch 'wip-3.6.1'

This commit is contained in:
Simon Cruanes 2021-10-25 20:13:17 -04:00
commit db1ebaf3ce
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6
4 changed files with 9 additions and 4 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 3.6.1
- use `either` compatibility library instead of shims
## 3.6
- rename `CCOpt` to `CCOption` and deprecate `CCOpt`

View file

@ -1,5 +1,5 @@
opam-version: "2.0"
version: "3.6"
version: "3.6.1"
author: "Simon Cruanes"
maintainer: "simon.cruanes.2007@m4x.org"
synopsis: "A set of advanced datatypes for containers"

View file

@ -1,5 +1,5 @@
opam-version: "2.0"
version: "3.6"
version: "3.6.1"
author: "Simon Cruanes"
maintainer: "simon.cruanes.2007@m4x.org"
license: "BSD-2-Clause"

View file

@ -1,6 +1,6 @@
opam-version: "2.0"
name: "containers"
version: "3.6"
version: "3.6.1"
author: "Simon Cruanes"
maintainer: "simon.cruanes.2007@m4x.org"
license: "BSD-2-Clause"
@ -14,7 +14,8 @@ depends: [
"ocaml" { >= "4.03.0" }
"dune" { >= "1.4" }
"dune-configurator"
"seq"
"seq" # compat
"either" # compat
"qtest" { with-test }
"qcheck" { with-test }
"ounit" { with-test }