Skip to content

Commit 4506e1b

Browse files
authored
chore: add 1.17.0 to list of lsp versions (#1326)
* chore: add 1.17.0 to list of lsp versions * add changelog entry
1 parent d29c731 commit 4506e1b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# Unreleased
44

5+
- Add `1.17.0` to the list of known versions of ocamllsp
6+
57
## 1.14.1
68

79
- Fix incorrect esy sandbox docs (#1297)

src/ocaml_lsp.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ let lsp_versions =
115115
; "1.16.0-4.14"
116116
; "1.16.1"
117117
; "1.16.2"
118+
; "1.17.0"
118119
|] )
119120
; ( (5, 0)
120121
, [| "1.13.2~5.0preview"
@@ -123,8 +124,9 @@ let lsp_versions =
123124
; "1.15.1-5.0"
124125
; "1.16.1"
125126
; "1.16.2"
127+
; "1.17.0"
126128
|] )
127-
; ((5, 1), [| "1.16.1"; "1.16.2" |])
129+
; ((5, 1), [| "1.16.1"; "1.16.2"; "1.17.0" |])
128130
]
129131
in
130132
let rest =

0 commit comments

Comments
 (0)