Skip to content

Commit

Permalink
Bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spitzerd committed Jan 8, 2025
1 parent a8c1060 commit 4454baf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>Changelog</title>
<author>Julian Valentin, lsp-cli Development Community</author>
<author>Julian Valentin, Daniel Spitzer, lsp-cli-plus Development Community</author>
</properties>
<body>
<release version="2.1.0" date="upcoming">
<release version="2.1.0" date="2025-01-08">
<action type="add" issue="ltex-plus/ltex-ls-plus#55">
Add support for Neorg
Add support for Neorg (LSP language ID `neorg`)
</action>
<action type="add" issue="ltex-plus/vscode-ltex-plus#88">
Add support for MDX (LSP language ID `mdx`)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.bsplines</groupId>
<artifactId>lspcli</artifactId>
<version>2.1.0-alpha</version>
<version>2.1.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>lsp-cli-plus: CLI language client for LSP language servers</description>
<url>https://github.com/ltex-plus/lsp-cli-plus</url>
Expand Down

0 comments on commit 4454baf

Please sign in to comment.