prepare for 0.9

This commit is contained in:
Simon Cruanes 2025-04-03 08:19:23 -04:00
parent 50cc7a9527
commit a63ac9b5cb
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
5 changed files with 9 additions and 4 deletions

View file

@ -1,4 +1,9 @@
# 0.9
- Drop redundant dependency on atomic
- Add support for lsp 1.22
# 0.8 # 0.8
- move to LSP 1.19 and 1.20 - move to LSP 1.19 and 1.20

View file

@ -8,7 +8,7 @@
(name linol) (name linol)
(version 0.8) (version 0.9)
(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.8" version: "0.9"
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.8" version: "0.9"
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.8" version: "0.9"
synopsis: "LSP server library" synopsis: "LSP server library"
maintainer: ["Simon Cruanes"] maintainer: ["Simon Cruanes"]
authors: ["Simon Cruanes"] authors: ["Simon Cruanes"]