From e87c39f1d374c12473f08d0b6248d40b4467b38e Mon Sep 17 00:00:00 2001 From: Trevor Crawford Date: Thu, 7 Mar 2024 16:39:07 -0500 Subject: [PATCH] Updated version to 24.0.3 and added release notes --- CHANGELOG.md | 22 +++++++++++++++++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f426fa..e920e633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,32 @@ All notable changes to the Liberty Tools extension will be documented below. +## 24.0.3 + +Version 24.0.3 of Liberty Tools for Visual Studio Code is a fix release that contains minor enhancements and fixes. Version 24.0.3 requires Visual Studio Code version 1.78+ and requires Java 17 or later. + +Notable changes: + +- Updated [Eclipse LSP4Jakarta](https://github.com/eclipse/lsp4jakarta) version to 0.2.1 to resolve bug where Jakarta EE diagnostics were not appearing. + - https://github.com/OpenLiberty/liberty-tools-vscode/issues/322 + - For more information regarding changes for version 0.2.1, refer to the release notes: https://github.com/eclipse/lsp4jakarta/releases/tag/0.2.1 +- Added instructions for when the Liberty dashboard detects no Liberty projects. + - https://github.com/OpenLiberty/liberty-tools-vscode/issues/203 + +See the [commit log](https://github.com/OpenLiberty/liberty-tools-vscode/compare/23.0.12...24.0.3) for the full set of changes since the previous release. + ## 23.0.12 Version 23.0.12 of Liberty Tools for Visual Studio Code contains enhancements for editing support. Version 23.0.12 requires Visual Studio Code version 1.78+ and requires Java 17 or later. +NOTE: There is a known problem with Jakarta EE diagnostics in this release. For details on the issue and the workaround, please refer to [issue #322](https://github.com/OpenLiberty/liberty-tools-vscode/issues/322). For more known problems and workarounds for this release, please refer to the wiki: https://github.com/OpenLiberty/liberty-tools-vscode/wiki/Known-Problems-and-Limitations. + Notable changes: -- Updated Liberty Config Language Server version to 2.1.1. For information regarding changes for version 2.1, refer to the release notes linked below: +- Updated [Liberty Config Language Server](https://github.com/OpenLiberty/liberty-language-server) version to 2.1.1. For information regarding changes for version 2.1, refer to the release notes linked below: - https://github.com/OpenLiberty/liberty-language-server/releases/tag/liberty-langserver-2.1 - https://github.com/OpenLiberty/liberty-language-server/releases/tag/lemminx-liberty-2.1 -- Updated Eclipse LSP4Jakarta version to 0.2.0. For more information regarding changes for version 0.2.0, refer to the release notes linked below: +- Updated [Eclipse LSP4Jakarta](https://github.com/eclipse/lsp4jakarta) version to 0.2.0. For more information regarding changes for version 0.2.0, refer to the release notes linked below: - https://github.com/eclipse/lsp4jakarta/releases/tag/0.2.0 See the [commit log](https://github.com/OpenLiberty/liberty-tools-vscode/compare/23.0.9...23.0.12) for the full set of changes since the previous release. @@ -22,7 +38,7 @@ Version 23.0.9 of Liberty Tools for Visual Studio Code is a fix release that con Notable changes: -- Updated Liberty Config Language Server version to 2.0.1. For information regarding changes for version 2.0.1, refer to the release notes linked below: +- Updated [Liberty Config Language Server](https://github.com/OpenLiberty/liberty-language-server) version to 2.0.1. For information regarding changes for version 2.0.1, refer to the release notes linked below: - https://github.com/OpenLiberty/liberty-language-server/releases/tag/liberty-langserver-2.0.1 - https://github.com/OpenLiberty/liberty-language-server/releases/tag/lemminx-liberty-2.0.1 - Bug fix for “Start in container” action not appearing when project parent folder is opened in VS Code Explorer - https://github.com/OpenLiberty/liberty-tools-vscode/issues/258 diff --git a/package-lock.json b/package-lock.json index 4998ad39..a41eb88c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "liberty-dev-vscode-ext", - "version": "24.0.1-SNAPSHOT", + "version": "24.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "liberty-dev-vscode-ext", - "version": "24.0.1-SNAPSHOT", + "version": "24.0.3", "license": "EPL-2.0", "dependencies": { "@types/fs-extra": "^8.1.0", diff --git a/package.json b/package.json index f00f04ca..803f7752 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "liberty-dev-vscode-ext", "displayName": "Liberty Tools", "description": "Liberty Tools for Visual Studio Code", - "version": "24.0.1-SNAPSHOT", + "version": "24.0.3", "publisher": "Open-Liberty", "repository": { "type": "git",