Skip to content

Commit 98d4a96

Browse files
committed
Bump lsp-cli-plus to 2.1.0
1 parent 76ca1f3 commit 98d4a96

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

changelog.xml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
</properties>
1515
<body>
1616
<release version="18.5.0" date="upcoming">
17+
<action type="update">
18+
Update to lsp-cli-plus 2.1.0. See [lsp-cli-plus release notes](https://github.com/ltex-plus/lsp-cli-plus/releases/tag/2.1.0).
19+
</action>
1720
<action type="update">
1821
Update bundled Java runtime from 21.0.4+7 to 21.0.5+11. No separate beta Java runtime build is required anymore for Windows aarch64.
1922
</action>

tools/addLtexCli.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import tempfile
1515
import urllib.request
1616

17-
lspCliVersion = "2.0.0"
17+
lspCliVersion = "2.1.0"
1818

1919

2020

@@ -56,7 +56,7 @@ def main() -> None:
5656
{
5757
"programName": "ltex-cli-plus",
5858
"helpMessage": {
59-
"description": "LTeX CLI - Command-line interface for LTeX LS",
59+
"description": "LTeX+ CLI - Command-line interface for LTeX+ LS",
6060
"visibleArguments": [
6161
"--client-configuration",
6262
"--verbose"

0 commit comments

Comments
 (0)