Skip to content

Commit

Permalink
chore: add 1.17.0 to list of lsp versions (#1326)
Browse files Browse the repository at this point in the history
* chore: add 1.17.0 to list of lsp versions

* add changelog entry
  • Loading branch information
tatchi authored Jan 5, 2024
1 parent d29c731 commit 4506e1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Unreleased

- Add `1.17.0` to the list of known versions of ocamllsp

## 1.14.1

- Fix incorrect esy sandbox docs (#1297)
Expand Down
4 changes: 3 additions & 1 deletion src/ocaml_lsp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ let lsp_versions =
; "1.16.0-4.14"
; "1.16.1"
; "1.16.2"
; "1.17.0"
|] )
; ( (5, 0)
, [| "1.13.2~5.0preview"
Expand All @@ -123,8 +124,9 @@ let lsp_versions =
; "1.15.1-5.0"
; "1.16.1"
; "1.16.2"
; "1.17.0"
|] )
; ((5, 1), [| "1.16.1"; "1.16.2" |])
; ((5, 1), [| "1.16.1"; "1.16.2"; "1.17.0" |])
]
in
let rest =
Expand Down

0 comments on commit 4506e1b

Please sign in to comment.