mirror of
https://github.com/c-cube/linol.git
synced 2026-05-05 08:54:26 -04:00
prepare for 0.11
This commit is contained in:
parent
b8f11ff433
commit
83399e55c1
5 changed files with 7 additions and 4 deletions
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
- breaking: the Eio library now needs the output channel to be paired with
|
||||
an `Eio.Mutex.t` to prevent race conditions (#58)
|
||||
- Allow request handlers to return Response.Errors
|
||||
- bring back `Linol_eio.spawn` for logging uncaught exceptions
|
||||
- Make template-eio handle requests concurrently
|
||||
|
||||
# 0.10
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
(name linol)
|
||||
|
||||
(version 0.10)
|
||||
(version 0.11)
|
||||
|
||||
(license MIT)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.10"
|
||||
version: "0.11"
|
||||
synopsis: "LSP server library (with Eio for concurrency)"
|
||||
maintainer: ["Simon Cruanes"]
|
||||
authors: ["Nick Hu"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.10"
|
||||
version: "0.11"
|
||||
synopsis: "LSP server library (with Lwt for concurrency)"
|
||||
maintainer: ["Simon Cruanes"]
|
||||
authors: ["Simon Cruanes"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.10"
|
||||
version: "0.11"
|
||||
synopsis: "LSP server library"
|
||||
maintainer: ["Simon Cruanes"]
|
||||
authors: ["Simon Cruanes"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue