Skip to content

Commit 4483b5b

Browse files
authored
Prepare release 1.23.0 (#1539)
* Prepare for release 1.23.0 * Bump minimal merlin-lib version
1 parent f56bb6d commit 4483b5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# unreleased
1+
# 1.23.0
22

33
## Features
44

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ possible and does not make any assumptions about IO.
7070
(csexp (>= 1.5))
7171
(ocamlformat-rpc-lib (>= 0.21.0))
7272
(odoc :with-doc)
73-
(merlin-lib (and (>= 5.4) (< 6.0)))
73+
(merlin-lib (and (>= 5.5) (< 6.0)))
7474
(ppx_yojson_conv :with-dev-setup)))
7575

7676
(package

ocaml-lsp-server.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ depends: [
4545
"csexp" {>= "1.5"}
4646
"ocamlformat-rpc-lib" {>= "0.21.0"}
4747
"odoc" {with-doc}
48-
"merlin-lib" {>= "5.4" & < "6.0"}
48+
"merlin-lib" {>= "5.5" & < "6.0"}
4949
"ppx_yojson_conv" {with-dev-setup}
5050
]
5151
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"

0 commit comments

Comments
 (0)