mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 11:15:46 -05:00
prepare for 0.5
This commit is contained in:
parent
c19cb0ba8e
commit
68525aa24b
4 changed files with 18 additions and 2 deletions
15
CHANGES.md
Normal file
15
CHANGES.md
Normal 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
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
(lang dune 2.0)
|
(lang dune 2.0)
|
||||||
;(implicit_transitive_deps false)
|
;(implicit_transitive_deps false)
|
||||||
(using menhir 2.0)
|
(using menhir 2.0)
|
||||||
|
(name linol)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.4"
|
version: "0.5"
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.4"
|
version: "0.5"
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue