mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
prepare for 0.6
This commit is contained in:
parent
74a9fc0dc5
commit
267aa35650
5 changed files with 17 additions and 4 deletions
|
|
@ -1,4 +1,13 @@
|
||||||
|
|
||||||
|
|
||||||
|
# 0.6
|
||||||
|
|
||||||
|
- Support textDocument/didSave notification
|
||||||
|
- advertise inlay hints server capability
|
||||||
|
- Implement Eio backend in `linol-eio`
|
||||||
|
- jsonrpc2: add ?on_received/?on_sent
|
||||||
|
- drop redundant dependency on atomic
|
||||||
|
|
||||||
# 0.5
|
# 0.5
|
||||||
|
|
||||||
- api break: put `spawn` in the server itself, not `IO`
|
- api break: put `spawn` in the server itself, not `IO`
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,12 @@
|
||||||
|
|
||||||
(name linol)
|
(name linol)
|
||||||
|
|
||||||
(version 0.5)
|
(version 0.6)
|
||||||
|
|
||||||
(license MIT)
|
(license MIT)
|
||||||
|
|
||||||
(authors "Simon Cruanes")
|
(authors "Simon Cruanes")
|
||||||
|
(maintainers "Simon Cruanes")
|
||||||
|
|
||||||
(source
|
(source
|
||||||
(github c-cube/linol))
|
(github c-cube/linol))
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
# This file is generated by dune, edit dune-project instead
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.5"
|
version: "0.6"
|
||||||
synopsis: "LSP server library (with Eio for concurrency)"
|
synopsis: "LSP server library (with Eio for concurrency)"
|
||||||
|
maintainer: ["Simon Cruanes"]
|
||||||
authors: ["Nick Hu"]
|
authors: ["Nick Hu"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/c-cube/linol"
|
homepage: "https://github.com/c-cube/linol"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
# This file is generated by dune, edit dune-project instead
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.5"
|
version: "0.6"
|
||||||
synopsis: "LSP server library (with Lwt for concurrency)"
|
synopsis: "LSP server library (with Lwt for concurrency)"
|
||||||
|
maintainer: ["Simon Cruanes"]
|
||||||
authors: ["Simon Cruanes"]
|
authors: ["Simon Cruanes"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/c-cube/linol"
|
homepage: "https://github.com/c-cube/linol"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
# This file is generated by dune, edit dune-project instead
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.5"
|
version: "0.6"
|
||||||
synopsis: "LSP server library"
|
synopsis: "LSP server library"
|
||||||
|
maintainer: ["Simon Cruanes"]
|
||||||
authors: ["Simon Cruanes"]
|
authors: ["Simon Cruanes"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/c-cube/linol"
|
homepage: "https://github.com/c-cube/linol"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue