prepare for 0.5

This commit is contained in:
Simon Cruanes 2024-02-15 15:32:34 -05:00
parent c19cb0ba8e
commit 68525aa24b
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
4 changed files with 18 additions and 2 deletions

15
CHANGES.md Normal file
View file

@ -0,0 +1,15 @@
# 0.5
- api break: put `spawn` in the server itself, not `IO`
- require OCaml 4.14
- migrate to lsp 1.17
- support inlay hints
- internal tracing with `trace`
- [#24] Expose get_uri for notify_back
- expose log source
- [#22] Threat shutdown and exit requests correctly
- [#20] Handle messages with null value for "params" field
- Handle server requests
- handle workDoneTokens

View file

@ -1,3 +1,4 @@
(lang dune 2.0)
;(implicit_transitive_deps false)
(using menhir 2.0)
(name linol)

View file

@ -1,5 +1,5 @@
opam-version: "2.0"
version: "0.4"
version: "0.5"
license: "MIT"
maintainer: "simon.cruanes.2007@m4x.org"
author: "Simon Cruanes"

View file

@ -1,5 +1,5 @@
opam-version: "2.0"
version: "0.4"
version: "0.5"
maintainer: "simon.cruanes.2007@m4x.org"
license: "MIT"
author: "Simon Cruanes"