Skip to content

Commit

Permalink
Update changelog + readme to close off 0.24.0 and prep 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jan 31, 2025
1 parent 10515b1 commit 0e81d28
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
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

0 comments on commit 0e81d28

Please sign in to comment.