Skip to content

Commit 643f590

Browse files
authored
Prepare release 1.21.0 (#1441)
* Add `x-maintenance-intent` field in opam files. Fixes #1439
1 parent 1628871 commit 643f590

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Unreleased
1+
# 1.21.0
22

33
## Features
44

55
- Add a new server option `standardHover`, that can be used by clients to
66
disable the default hover provider. When `standardHover = false`
7-
`textDocument/hover` requests always returns with empty result.
7+
`textDocument/hover` requests always returns with empty result. (#1416)
88

99
# 1.20.1
1010

jsonrpc.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ build: [
3737
"@doc" {with-doc}
3838
]
3939
]
40+
41+
x-maintenance-intent: [ "(latest)" "(latest)-414" ]

lsp.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ build: [
4848
"@doc" {with-doc}
4949
]
5050
]
51+
52+
x-maintenance-intent: [ "(latest)" "(latest)-414" ]

lsp.opam.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ build: [
1111
"@doc" {with-doc}
1212
]
1313
]
14+
15+
x-maintenance-intent: [ "(latest)" "(latest)-414" ]

ocaml-lsp-server.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ build: [
6262
"@doc" {with-doc}
6363
]
6464
]
65+
66+
x-maintenance-intent: [ "(latest)" "(latest)-414" ]

0 commit comments

Comments
 (0)