mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
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
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:
parent
fc691e0abd
commit
1b4c56b134
5 changed files with 11 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
(name linol)
|
(name linol)
|
||||||
|
|
||||||
(version 0.9)
|
(version 0.10)
|
||||||
|
|
||||||
(license MIT)
|
(license MIT)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"]
|
||||||
|
|
|
||||||
|
|
@ -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"]
|
||||||
|
|
|
||||||
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue