prepare for 0.8

This commit is contained in:
Simon Cruanes 2025-01-10 15:02:12 -05:00
parent 573565fbf5
commit de03ece8cc
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
5 changed files with 8 additions and 4 deletions

View file

@ -1,4 +1,8 @@
# 0.8
- move to LSP 1.19 and 1.20
# 0.7
- Handle `End_of_file` by exiting

View file

@ -8,7 +8,7 @@
(name linol)
(version 0.7)
(version 0.8)
(license MIT)

View file

@ -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"]

View file

@ -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"]

View file

@ -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"]