Skip to content

Commit

Permalink
prepare for 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 20, 2023
1 parent 8dc4d5a commit e4c484d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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

- breaking: delete containers-thread (which was deprecated)
Expand Down
2 changes: 1 addition & 1 deletion containers-data.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.13"
version: "3.13.1"
synopsis: "A set of advanced datatypes for containers"
maintainer: ["c-cube"]
authors: ["c-cube"]
Expand Down
2 changes: 1 addition & 1 deletion containers.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.13"
version: "3.13.1"
synopsis:
"A modular, clean and powerful extension of the OCaml standard library"
maintainer: ["c-cube"]
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name containers)
(generate_opam_files true)

(version 3.13)
(version 3.13.1)
(authors c-cube)
(maintainers c-cube)
(license BSD-2-Clause)
Expand Down

0 comments on commit e4c484d

Please sign in to comment.