Skip to content

Commit d4efb9a

Browse files
wenytang-msCopilot
andcommitted
Bump version to 0.46.0
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8762c38 commit d4efb9a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ All notable changes to the "vscode-java-test" extension will be documented in th
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## 0.45.1
7+
## 0.46.0
88
## What's Changed
9-
* perf - Run multiple selected test methods in a single JVM in https://github.com/microsoft/vscode-java-test/pull/1862
10-
* perf - Expose JUnit Jupiter 6 as a separate Enable Tests option in https://github.com/microsoft/vscode-java-test/pull/1871
9+
* feat - Run multiple selected test methods in a single JVM in https://github.com/microsoft/vscode-java-test/pull/1862
10+
* feat - Expose JUnit Jupiter 6 as a separate Enable Tests option in https://github.com/microsoft/vscode-java-test/pull/1871
1111
* fix - Use OS auto-port allocation for the test runner socket server in https://github.com/microsoft/vscode-java-test/pull/1855
1212
* fix - Use maven-metadata.xml to look up latest test framework version in https://github.com/microsoft/vscode-java-test/pull/1868
1313
* fix - Sync javaExtensions to the actual JUnit jar versions in server/ in https://github.com/microsoft/vscode-java-test/pull/1869

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": {
66
"url": "https://github.com/Microsoft/vscode-java-test"
77
},
8-
"version": "0.45.1",
8+
"version": "0.46.0",
99
"publisher": "vscjava",
1010
"bugs": {
1111
"url": "https://github.com/Microsoft/vscode-java-test/issues"

0 commit comments

Comments
 (0)