From bc3c2b216dd1d5f47fe60a37b747c6b73965492f Mon Sep 17 00:00:00 2001 From: wenytang-ms Date: Mon, 3 Nov 2025 09:47:35 +0800 Subject: [PATCH 1/2] docs: upgrade to 0.43.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b710baf..fd51a1d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the "vscode-java-test" extension will be documented in th The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.43.2 +## What's Changed +* fix - Update to jacoco 0.8.14 by @fbricon in https://github.com/microsoft/vscode-java-test/pull/1798 +* fix - Test Runner for Java doesn't recognize tests by @snjeza in https://github.com/microsoft/vscode-java-test/pull/1783 +* fix: update parent node state when test completes by @fbricon in https://github.com/microsoft/vscode-java-test/pull/1799 + ## 0.43.1 ## What's Changed * chore(deps): bump serialize-javascript and mocha by @dependabot in https://github.com/microsoft/vscode-java-test/pull/1754 diff --git a/package-lock.json b/package-lock.json index 4b626afe..2e065a15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-java-test", - "version": "0.43.1", + "version": "0.43.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index a6c5eecc..e10303a6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "repository": { "url": "https://github.com/Microsoft/vscode-java-test" }, - "version": "0.43.1", + "version": "0.43.2", "publisher": "vscjava", "bugs": { "url": "https://github.com/Microsoft/vscode-java-test/issues" From 778472cdd297b38540ad4a121a5c238e61a2656f Mon Sep 17 00:00:00 2001 From: wenytang-ms Date: Mon, 3 Nov 2025 09:52:34 +0800 Subject: [PATCH 2/2] fix: fix comments --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd51a1d1..c72caf45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## What's Changed * fix - Update to jacoco 0.8.14 by @fbricon in https://github.com/microsoft/vscode-java-test/pull/1798 * fix - Test Runner for Java doesn't recognize tests by @snjeza in https://github.com/microsoft/vscode-java-test/pull/1783 -* fix: update parent node state when test completes by @fbricon in https://github.com/microsoft/vscode-java-test/pull/1799 +* fix - update parent node state when test completes by @fbricon in https://github.com/microsoft/vscode-java-test/pull/1799 ## 0.43.1 ## What's Changed