Skip to content

Commit ac951c6

Browse files
committed
Prepare release 5.3
1 parent 3f2c791 commit ac951c6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
unreleased
1+
merlin 5.3
22
==========
3+
Tue Nov 26 17:30:42 CET 2024
34

45
+ merlin binary
56
- Respect the `EXCLUDE_QUERY_DIR` configuration directive when looking for cmt

dot-merlin-reader.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
depends: [
1414
"ocaml" {>= "5.2" }
1515
"dune" {>= "3.0.0"}
16-
"merlin-lib" {>= "5.2"}
16+
"merlin-lib" {= version}
1717
"ocamlfind" {>= "1.6.0"}
1818
]
1919
description:

merlin.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "5.2" & < "5.3"}
1515
"dune" {>= "3.0.0"}
1616
"merlin-lib" {= version}
17-
"dot-merlin-reader" {>= "5.2"}
17+
"dot-merlin-reader" {= version}
1818
"ocaml-index" {>= "1.0" & post}
1919
"yojson" {>= "2.0.0"}
2020
"conf-jq" {with-test}

0 commit comments

Comments
 (0)