prepare for 3.0.1

This commit is contained in:
Simon Cruanes 2020-08-24 10:13:03 -04:00
parent 50ec164b67
commit a59562bed1
4 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## 3.0.1
- fix build on 32 bits architectures
## 3.0 ## 3.0
### Breaking changes ### Breaking changes

View file

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

View file

@ -1,5 +1,5 @@
opam-version: "2.0" opam-version: "2.0"
version: "3.0" version: "3.0.1"
author: "Simon Cruanes" author: "Simon Cruanes"
maintainer: "simon.cruanes.2007@m4x.org" maintainer: "simon.cruanes.2007@m4x.org"
synopsis: "An extension of containers for threading" synopsis: "An extension of containers for threading"

View file

@ -1,6 +1,6 @@
opam-version: "2.0" opam-version: "2.0"
name: "containers" name: "containers"
version: "3.0" version: "3.0.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"