From 1b4c56b134753b1dde46d63e9ed838a15d029595 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 17 Apr 2025 16:54:04 -0400 Subject: [PATCH] prepare for 0.10 --- CHANGES.md | 7 +++++++ dune-project | 2 +- linol-eio.opam | 2 +- linol-lwt.opam | 2 +- linol.opam | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b8676724..82fbcdfd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 - Drop redundant dependency on atomic diff --git a/dune-project b/dune-project index 0e32d563..1161e8fa 100644 --- a/dune-project +++ b/dune-project @@ -8,7 +8,7 @@ (name linol) -(version 0.9) +(version 0.10) (license MIT) diff --git a/linol-eio.opam b/linol-eio.opam index 1156dd72..94184606 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.9" +version: "0.10" 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 dc4918a1..426cbdf9 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.9" +version: "0.10" synopsis: "LSP server library (with Lwt for concurrency)" maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"] diff --git a/linol.opam b/linol.opam index e823ceb4..0713f998 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.9" +version: "0.10" synopsis: "LSP server library" maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"]