Skip to content

Commit 795902d

Browse files
authored
Merge pull request #1256 from Julow/prepare-2.4.4
Prepare for 2.4.4 release
2 parents ddd70f7 + 41cb06d commit 795902d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Unreleased
1+
# 2.4.4
2+
3+
### Added
4+
5+
- OCaml 5.3.0 compatibility (@Julow, #1202, #1254)
6+
7+
# 2.4.3
28

39
### Fixed
410

odoc-bench.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ authors: [
2525
]
2626
dev-repo: "git+https://github.com/ocaml/odoc.git"
2727

28-
synopsis: "Meta package defining dependencies for the benchmark rule. Not released."
28+
synopsis: "Meta package defining dependencies for the benchmark rule. Not released"
2929

3030
depends: [
3131
"astring"

odoc.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ depends: [
5757

5858
"ppx_expect" {with-test}
5959
"bos" {with-test}
60-
"crunch" {> "1.1.0"}
60+
"crunch" {> "2.0.0"}
6161

6262
("ocaml" {< "4.07.0" & with-test} | "bisect_ppx" {with-test & > "2.5.0"})
6363
]

0 commit comments

Comments
 (0)