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