diff --git a/CHANGES.md b/CHANGES.md index 76aca4ac5f..c098cc3cbb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,10 @@ -# Unreleased +# 2.4.4 + +### Added + +- OCaml 5.3.0 compatibility (@Julow, #1202, #1254) + +# 2.4.3 ### Fixed diff --git a/odoc-bench.opam b/odoc-bench.opam index c0c7d2616c..ef7760b398 100644 --- a/odoc-bench.opam +++ b/odoc-bench.opam @@ -25,7 +25,7 @@ authors: [ ] dev-repo: "git+https://github.com/ocaml/odoc.git" -synopsis: "Meta package defining dependencies for the benchmark rule. Not released." +synopsis: "Meta package defining dependencies for the benchmark rule. Not released" depends: [ "astring" diff --git a/odoc.opam b/odoc.opam index 531bcd36d1..9df860eba4 100644 --- a/odoc.opam +++ b/odoc.opam @@ -57,7 +57,7 @@ depends: [ "ppx_expect" {with-test} "bos" {with-test} - "crunch" {> "1.1.0"} + "crunch" {> "2.0.0"} ("ocaml" {< "4.07.0" & with-test} | "bisect_ppx" {with-test & > "2.5.0"}) ]