prepare for 3.13.1

This commit is contained in:
Simon Cruanes 2023-12-20 14:14:24 -05:00
parent 884d354986
commit 60bb2c8c68
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
4 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## 3.13.1
- list: TRMC was in 4.14, we can use it earlier
- fix insidious bug in CCList.flat_map linked to unspecified
evaluation order
- perf: use `concat_map` for `CCList.flat_map` on >= 5.1
(this also re-fixes the same bug in `CCList.flat_map` anyway)
## 3.13 ## 3.13
- breaking: delete containers-thread (which was deprecated) - breaking: delete containers-thread (which was deprecated)

View file

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead # This file is generated by dune, edit dune-project instead
opam-version: "2.0" opam-version: "2.0"
version: "3.13" version: "3.13.1"
synopsis: "A set of advanced datatypes for containers" synopsis: "A set of advanced datatypes for containers"
maintainer: ["c-cube"] maintainer: ["c-cube"]
authors: ["c-cube"] authors: ["c-cube"]

View file

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead # This file is generated by dune, edit dune-project instead
opam-version: "2.0" opam-version: "2.0"
version: "3.13" version: "3.13.1"
synopsis: synopsis:
"A modular, clean and powerful extension of the OCaml standard library" "A modular, clean and powerful extension of the OCaml standard library"
maintainer: ["c-cube"] maintainer: ["c-cube"]

View file

@ -2,7 +2,7 @@
(name containers) (name containers)
(generate_opam_files true) (generate_opam_files true)
(version 3.13) (version 3.13.1)
(authors c-cube) (authors c-cube)
(maintainers c-cube) (maintainers c-cube)
(license BSD-2-Clause) (license BSD-2-Clause)