From de03ece8ccc0c4200fdd1d9f978eaf449807aca2 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 10 Jan 2025 15:02:12 -0500 Subject: [PATCH] prepare for 0.8 --- CHANGES.md | 4 ++++ dune-project | 2 +- linol-eio.opam | 2 +- linol-lwt.opam | 2 +- linol.opam | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e215c99a..443ac43d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,8 @@ +# 0.8 + +- move to LSP 1.19 and 1.20 + # 0.7 - Handle `End_of_file` by exiting diff --git a/dune-project b/dune-project index b14945b8..6d71f642 100644 --- a/dune-project +++ b/dune-project @@ -8,7 +8,7 @@ (name linol) -(version 0.7) +(version 0.8) (license MIT) diff --git a/linol-eio.opam b/linol-eio.opam index 655fb4bf..f61921b2 100644 --- a/linol-eio.opam +++ b/linol-eio.opam @@ -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"] diff --git a/linol-lwt.opam b/linol-lwt.opam index 660f6083..848230ea 100644 --- a/linol-lwt.opam +++ b/linol-lwt.opam @@ -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"] diff --git a/linol.opam b/linol.opam index 49619bfc..354f8d6c 100644 --- a/linol.opam +++ b/linol.opam @@ -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"]