Skip to content

Commit 74e8585

Browse files
committed
bump version to 0.45.0
1 parent 7726fe1 commit 74e8585

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.0
8+
## What's Changed
9+
* feat - Support excluding source paths from coverage reporting in https://github.com/microsoft/vscode-java-test/pull/1809
10+
* feat - Add @Suite support on JUnit 5 in https://github.com/microsoft/vscode-java-test/pull/1846
11+
* enhancement - Refresh test unit treeview with specific path in https://github.com/microsoft/vscode-java-test/pull/1842
12+
* fix - Fix JUnit 6 support in https://github.com/microsoft/vscode-java-test/pull/1840
13+
* fix - Identify naming in JUnit in https://github.com/microsoft/vscode-java-test/pull/1847
14+
* fix - Trigger UI except other LSP event in https://github.com/microsoft/vscode-java-test/pull/1844
15+
* fix - Remove erroneous double-quoting of -javaagent arg on Windows in https://github.com/microsoft/vscode-java-test/pull/1832
16+
717
## 0.44.0
818
## What's Changed
919
* feat - junit 6 support in https://github.com/microsoft/vscode-java-test/pull/1820

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.44.0",
8+
"version": "0.45.0",
99
"publisher": "vscjava",
1010
"bugs": {
1111
"url": "https://github.com/Microsoft/vscode-java-test/issues"

0 commit comments

Comments
 (0)