Skip to content

Commit

Permalink
Prepare repo for 0.23.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed May 14, 2024
1 parent 193c3bc commit 0120b57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## LSP4J Change Log

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

* Implemented DAP version 1.65.0

Expand All @@ -14,7 +14,7 @@ Breaking API changes:

* DAP version 1.61 removed unused `ModulesViewDescriptor`

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

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

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.23.&ast; _(Next release)_ &rarr; LSP 3.17.0
* LSP4J 0.24.&ast; _(Next release)_ &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
* LSP4J 0.20.&ast; &rarr; LSP 3.17.0
Expand All @@ -60,7 +61,8 @@ The Maven Repositories, p2 Update Sites, and the Snapshots contain _signed jars_

### Supported DAP Versions

* LSP4J 0.23.&ast; _(Next release)_ &rarr; DAP 1.65.0
* LSP4J 0.24.&ast; _(Next release)_ &rarr; DAP 1.65.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
* LSP4J 0.20.&ast; &rarr; DAP 1.58.0
Expand Down

0 comments on commit 0120b57

Please sign in to comment.