prepare for 0.6

This commit is contained in:
Simon Cruanes 2024-05-28 10:50:18 -04:00
parent 74a9fc0dc5
commit 267aa35650
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
5 changed files with 17 additions and 4 deletions

View file

@ -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
- api break: put `spawn` in the server itself, not `IO`

View file

@ -8,11 +8,12 @@
(name linol)
(version 0.5)
(version 0.6)
(license MIT)
(authors "Simon Cruanes")
(maintainers "Simon Cruanes")
(source
(github c-cube/linol))

View file

@ -1,7 +1,8 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5"
version: "0.6"
synopsis: "LSP server library (with Eio for concurrency)"
maintainer: ["Simon Cruanes"]
authors: ["Nick Hu"]
license: "MIT"
homepage: "https://github.com/c-cube/linol"

View file

@ -1,7 +1,8 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5"
version: "0.6"
synopsis: "LSP server library (with Lwt for concurrency)"
maintainer: ["Simon Cruanes"]
authors: ["Simon Cruanes"]
license: "MIT"
homepage: "https://github.com/c-cube/linol"

View file

@ -1,7 +1,8 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5"
version: "0.6"
synopsis: "LSP server library"
maintainer: ["Simon Cruanes"]
authors: ["Simon Cruanes"]
license: "MIT"
homepage: "https://github.com/c-cube/linol"