prepare for 0.10
Some checks failed
github pages / deploy (push) Has been cancelled
build / build4 (4.14.x, ubuntu-latest) (push) Has been cancelled
build / build5 (5.1.x, ubuntu-latest) (push) Has been cancelled
build / build5 (5.2.x, ubuntu-latest) (push) Has been cancelled
build / build5 (5.3.x, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Simon Cruanes 2025-04-17 16:54:04 -04:00
parent fc691e0abd
commit 1b4c56b134
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
5 changed files with 11 additions and 4 deletions

View file

@ -1,4 +1,11 @@
# 0.10
- use `git subtree` to vendor lsp+jsonrpc, so that they
are not dependencies anymore and do not conflict with
other users
- Add `filter_text_document` to ignore some documents
# 0.9 # 0.9
- Drop redundant dependency on atomic - Drop redundant dependency on atomic

View file

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