mirror of
https://github.com/c-cube/linol.git
synced 2025-12-05 19:00:34 -05:00
prepare for 0.9
This commit is contained in:
parent
50cc7a9527
commit
a63ac9b5cb
5 changed files with 9 additions and 4 deletions
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
# 0.9
|
||||
|
||||
- Drop redundant dependency on atomic
|
||||
- Add support for lsp 1.22
|
||||
|
||||
# 0.8
|
||||
|
||||
- move to LSP 1.19 and 1.20
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
(name linol)
|
||||
|
||||
(version 0.8)
|
||||
(version 0.9)
|
||||
|
||||
(license MIT)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.8"
|
||||
version: "0.9"
|
||||
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.8"
|
||||
version: "0.9"
|
||||
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.8"
|
||||
version: "0.9"
|
||||
synopsis: "LSP server library"
|
||||
maintainer: ["Simon Cruanes"]
|
||||
authors: ["Simon Cruanes"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue