Skip to content

Commit bf9d4c1

Browse files
authored
docs: upgrade to 0.43.2 (#1806)
* docs: upgrade to 0.43.2 * fix: fix comments
1 parent 7c46caf commit bf9d4c1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.43.2
8+
## What's Changed
9+
* fix - Update to jacoco 0.8.14 by @fbricon in https://github.com/microsoft/vscode-java-test/pull/1798
10+
* fix - Test Runner for Java doesn't recognize tests by @snjeza in https://github.com/microsoft/vscode-java-test/pull/1783
11+
* fix - update parent node state when test completes by @fbricon in https://github.com/microsoft/vscode-java-test/pull/1799
12+
713
## 0.43.1
814
## What's Changed
915
* chore(deps): bump serialize-javascript and mocha by @dependabot in https://github.com/microsoft/vscode-java-test/pull/1754

package-lock.json

Lines changed: 1 addition & 1 deletion
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.43.1",
8+
"version": "0.43.2",
99
"publisher": "vscjava",
1010
"bugs": {
1111
"url": "https://github.com/Microsoft/vscode-java-test/issues"

0 commit comments

Comments
 (0)