Skip to content

Commit

Permalink
Prepare release 1.21.0 (#1441)
Browse files Browse the repository at this point in the history
* Add `x-maintenance-intent` field in opam files.
Fixes #1439
  • Loading branch information
voodoos authored Jan 9, 2025
1 parent 1628871 commit 643f590
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 2 additions & 0 deletions jsonrpc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ build: [
"@doc" {with-doc}
]
]

x-maintenance-intent: [ "(latest)" "(latest)-414" ]
2 changes: 2 additions & 0 deletions lsp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ build: [
"@doc" {with-doc}
]
]

x-maintenance-intent: [ "(latest)" "(latest)-414" ]
2 changes: 2 additions & 0 deletions lsp.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ build: [
"@doc" {with-doc}
]
]

x-maintenance-intent: [ "(latest)" "(latest)-414" ]
2 changes: 2 additions & 0 deletions ocaml-lsp-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ build: [
"@doc" {with-doc}
]
]

x-maintenance-intent: [ "(latest)" "(latest)-414" ]

0 comments on commit 643f590

Please sign in to comment.