Skip to content

Commit e29fa98

Browse files
authored
Prepare release 1.23.1 (#1558)
* Add changelog entry for #1534 * Prepare changelog for 1.23.0 * Update Merlin dep
1 parent 8c788a7 commit e29fa98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# unreleased
1+
# 1.23.1
22

33
## Fixes
44

55
- Fix hover on method calls not showing the type. (#1553, fixes #1552)
66
- Fix error on opening `.mll` files (#1557)
7+
- Ensure compatibility with both yojson 2.0 and 3.0. (#1534)
78

89
# 1.23.0
910

@@ -21,7 +22,6 @@
2122
- Fix `inlay-hint` for function parameters (#1515)
2223
- More precise diagnostics in the event of a failed identifier search (`Definition_query`) (#1518)
2324
- Remove `ocamlformat` application after `destruct` (that remove some useful parenthesis) (#1519)
24-
- Make compatible with Yojson 3.x by removing `Tuple` and `Variant` (#1534)
2525

2626
# 1.22.0
2727

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.5) (< 6.0)))
73+
(merlin-lib (and (>= 5.5) (< 5.7)))
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.5" & < "6.0"}
48+
"merlin-lib" {>= "5.5" & < "5.7"}
4949
"ppx_yojson_conv" {with-dev-setup}
5050
]
5151
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"

0 commit comments

Comments
 (0)