Skip to content

Commit 8d83b37

Browse files
authored
Prepare for 0.22.1 release (microsoft#928)
1 parent 7cfa0ab commit 8d83b37

File tree

14 files changed

+17
-10
lines changed

14 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.22.1
8+
### Added
9+
- Show running status in the Test Explorer during the execution. [#790](https://github.com/microsoft/vscode-java-test/issues/790)
10+
11+
### Fixed
12+
- [Bugs fixed](https://github.com/microsoft/vscode-java-test/issues?q=is%3Aissue+is%3Aclosed+label%3Abug+milestone%3A0.22.1)
13+
714
## 0.22.0
815
### Added
916
- Show test status on test method nodes in Test Explorer. [#890](https://github.com/microsoft/vscode-java-test/pull/890)

demo/demo.gif

827 KB
Loading

demo/report_navigate.png

-4.61 KB
Loading

demo/run_codelens.png

-5.97 KB
Loading

demo/run_explorer.png

-12.4 KB
Loading

java-extension/build-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.java.test</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.22.0</version>
10+
<version>0.22.1</version>
1111
</parent>
1212
<groupId>com.microsoft.java.test</groupId>
1313
<artifactId>test-runner-build-tools</artifactId>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<bundle id="com.microsoft.java.test.plugin" version="0.22.0"/>
3+
<bundle id="com.microsoft.java.test.plugin" version="0.22.1"/>
44
</site>

java-extension/com.microsoft.java.test.plugin.site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>com.microsoft.java.test</groupId>
7-
<version>0.22.0</version>
7+
<version>0.22.1</version>
88
</parent>
99
<artifactId>com.microsoft.java.test.plugin.site</artifactId>
1010
<packaging>eclipse-repository</packaging>

java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: com.microsoft.java.test.plugin
44
Bundle-SymbolicName: com.microsoft.java.test.plugin;singleton:=true
5-
Bundle-Version: 0.22.0
5+
Bundle-Version: 0.22.1
66
Bundle-Activator: com.microsoft.java.test.plugin.util.JUnitPlugin
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
88
Import-Package: org.eclipse.jdt.core,

java-extension/com.microsoft.java.test.plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.java.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.22.0</version>
8+
<version>0.22.1</version>
99
</parent>
1010
<artifactId>com.microsoft.java.test.plugin</artifactId>
1111
<packaging>eclipse-plugin</packaging>

0 commit comments

Comments
 (0)