Skip to content

Update changelog + readme to close off 0.24.0 and prep 1.0.0 #869

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
## LSP4J Change Log

### v0.24.0 (TBD)
### v1.0.0 (TBD)

Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/37?closed=1>

Breaking API changes:

japicmp report: <https://download.eclipse.org/lsp4j/builds/main/japicmp-report/>

### [v0.24.0 (Jan 2025)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.24.0)

* Implemented DAP version 1.69.0

Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/35?closed=1>

Breaking API changes:

japicmp report: <https://download.eclipse.org/lsp4j/builds/main/japicmp-report/>
japicmp report: <https://download.eclipse.org/lsp4j/updates/releases/0.24.0/japicmp-report/>

### [v0.23.1 (May 2024)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.23.1)

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ The Maven Repositories, p2 Update Sites, and the Snapshots contain _signed jars_

### Supported LSP Versions

* LSP4J 0.24.&ast; _(Next release)_ &rarr; LSP 3.17.0
* LSP4J 1.0.&ast; _(Next release)_ &rarr; LSP 3.17.0
* LSP4J 0.24.&ast; &rarr; LSP 3.17.0
* LSP4J 0.23.&ast; &rarr; LSP 3.17.0
* LSP4J 0.22.&ast; &rarr; LSP 3.17.0
* LSP4J 0.21.&ast; &rarr; LSP 3.17.0
Expand All @@ -61,7 +62,8 @@ The Maven Repositories, p2 Update Sites, and the Snapshots contain _signed jars_

### Supported DAP Versions

* LSP4J 0.24.&ast; _(Next release)_ &rarr; DAP 1.69.0
* LSP4J 1.0.&ast; _(Next release)_ &rarr; DAP 1.69.0
* LSP4J 0.24.&ast; &rarr; DAP 1.69.0
* LSP4J 0.23.&ast; &rarr; DAP 1.65.0
* LSP4J 0.22.&ast; &rarr; DAP 1.60.0
* LSP4J 0.21.&ast; &rarr; DAP 1.60.0
Expand Down