prepare for 0.11
Some checks failed
format / format (push) Has been cancelled
github pages / deploy (push) Has been cancelled
build / build4 (push) Has been cancelled
build / build5 (push) Has been cancelled

This commit is contained in:
Simon Cruanes 2026-04-07 21:14:03 -04:00
parent b8f11ff433
commit 83399e55c1
5 changed files with 7 additions and 4 deletions

View file

@ -3,6 +3,9 @@
- breaking: the Eio library now needs the output channel to be paired with - breaking: the Eio library now needs the output channel to be paired with
an `Eio.Mutex.t` to prevent race conditions (#58) 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 # 0.10

View file

@ -8,7 +8,7 @@
(name linol) (name linol)
(version 0.10) (version 0.11)
(license MIT) (license MIT)

View file

@ -1,6 +1,6 @@
# 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.10" version: "0.11"
synopsis: "LSP server library (with Eio for concurrency)" synopsis: "LSP server library (with Eio for concurrency)"
maintainer: ["Simon Cruanes"] maintainer: ["Simon Cruanes"]
authors: ["Nick Hu"] authors: ["Nick Hu"]

View file

@ -1,6 +1,6 @@
# 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.10" version: "0.11"
synopsis: "LSP server library (with Lwt for concurrency)" synopsis: "LSP server library (with Lwt for concurrency)"
maintainer: ["Simon Cruanes"] maintainer: ["Simon Cruanes"]
authors: ["Simon Cruanes"] authors: ["Simon Cruanes"]

View file

@ -1,6 +1,6 @@
# 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.10" version: "0.11"
synopsis: "LSP server library" synopsis: "LSP server library"
maintainer: ["Simon Cruanes"] maintainer: ["Simon Cruanes"]
authors: ["Simon Cruanes"] authors: ["Simon Cruanes"]