From 643f59044f8fad14eb32cd52810008cf012c3008 Mon Sep 17 00:00:00 2001 From: Ulysse <5031221+voodoos@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:20:22 +0100 Subject: [PATCH] Prepare release 1.21.0 (#1441) * Add `x-maintenance-intent` field in opam files. Fixes #1439 --- CHANGES.md | 4 ++-- jsonrpc.opam | 2 ++ lsp.opam | 2 ++ lsp.opam.template | 2 ++ ocaml-lsp-server.opam | 2 ++ 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ba2e04beb..e1749bd08 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,10 @@ -# Unreleased +# 1.21.0 ## Features - Add a new server option `standardHover`, that can be used by clients to disable the default hover provider. When `standardHover = false` - `textDocument/hover` requests always returns with empty result. + `textDocument/hover` requests always returns with empty result. (#1416) # 1.20.1 diff --git a/jsonrpc.opam b/jsonrpc.opam index 8c5eaf038..727f04efe 100644 --- a/jsonrpc.opam +++ b/jsonrpc.opam @@ -37,3 +37,5 @@ build: [ "@doc" {with-doc} ] ] + +x-maintenance-intent: [ "(latest)" "(latest)-414" ] diff --git a/lsp.opam b/lsp.opam index bcd2920b2..8a2d84478 100644 --- a/lsp.opam +++ b/lsp.opam @@ -48,3 +48,5 @@ build: [ "@doc" {with-doc} ] ] + +x-maintenance-intent: [ "(latest)" "(latest)-414" ] diff --git a/lsp.opam.template b/lsp.opam.template index 44877d421..523b4c046 100644 --- a/lsp.opam.template +++ b/lsp.opam.template @@ -11,3 +11,5 @@ build: [ "@doc" {with-doc} ] ] + +x-maintenance-intent: [ "(latest)" "(latest)-414" ] diff --git a/ocaml-lsp-server.opam b/ocaml-lsp-server.opam index 4ba372eec..0ea34162c 100644 --- a/ocaml-lsp-server.opam +++ b/ocaml-lsp-server.opam @@ -62,3 +62,5 @@ build: [ "@doc" {with-doc} ] ] + +x-maintenance-intent: [ "(latest)" "(latest)-414" ]