Skip to content

Commit e4c484d

Browse files
committed
prepare for 3.13.1
1 parent 8dc4d5a commit e4c484d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 3.13.1
4+
5+
- list: TRMC was in 4.14, we can use it earlier
6+
- fix insidious bug in CCList.flat_map linked to unspecified
7+
evaluation order
8+
- perf: use `concat_map` for `CCList.flat_map` on >= 5.1
9+
(this also re-fixes the same bug in `CCList.flat_map` anyway)
10+
311
## 3.13
412

513
- breaking: delete containers-thread (which was deprecated)

containers-data.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "3.13"
3+
version: "3.13.1"
44
synopsis: "A set of advanced datatypes for containers"
55
maintainer: ["c-cube"]
66
authors: ["c-cube"]

containers.opam

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

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(name containers)
33
(generate_opam_files true)
44

5-
(version 3.13)
5+
(version 3.13.1)
66
(authors c-cube)
77
(maintainers c-cube)
88
(license BSD-2-Clause)

0 commit comments

Comments
 (0)