From 74e85855899e157e5b86af307cf7390912bfe31b Mon Sep 17 00:00:00 2001 From: Changyong Gong Date: Thu, 9 Apr 2026 13:11:52 +0800 Subject: [PATCH] bump version to 0.45.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5bb9657..74e0de7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.45.0 +## What's Changed +* feat - Support excluding source paths from coverage reporting in https://github.com/microsoft/vscode-java-test/pull/1809 +* feat - Add @Suite support on JUnit 5 in https://github.com/microsoft/vscode-java-test/pull/1846 +* enhancement - Refresh test unit treeview with specific path in https://github.com/microsoft/vscode-java-test/pull/1842 +* fix - Fix JUnit 6 support in https://github.com/microsoft/vscode-java-test/pull/1840 +* fix - Identify naming in JUnit in https://github.com/microsoft/vscode-java-test/pull/1847 +* fix - Trigger UI except other LSP event in https://github.com/microsoft/vscode-java-test/pull/1844 +* fix - Remove erroneous double-quoting of -javaagent arg on Windows in https://github.com/microsoft/vscode-java-test/pull/1832 + ## 0.44.0 ## What's Changed * feat - junit 6 support in https://github.com/microsoft/vscode-java-test/pull/1820 diff --git a/package-lock.json b/package-lock.json index 6939f5d7..6e1f471e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-java-test", - "version": "0.44.0", + "version": "0.45.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-java-test", - "version": "0.44.0", + "version": "0.45.0", "dependencies": { "fs-extra": "^10.1.0", "get-port": "^4.2.0", diff --git a/package.json b/package.json index b8698af4..aadaaf6b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "repository": { "url": "https://github.com/Microsoft/vscode-java-test" }, - "version": "0.44.0", + "version": "0.45.0", "publisher": "vscjava", "bugs": { "url": "https://github.com/Microsoft/vscode-java-test/issues"