From 58ff14f5691961298fc203ee1dd505a065d57a1c Mon Sep 17 00:00:00 2001 From: Sheng Chen Date: Thu, 27 Dec 2018 11:21:02 +0800 Subject: [PATCH] Bump version to 0.13.0 (#545) --- CHANGELOG.md | 16 +++++++++++++++- java-extension/build-tools/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../com.microsoft.java.test.plugin/pom.xml | 2 +- .../com.microsoft.java.test.runner/pom.xml | 2 +- java-extension/pom.xml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 8 files changed, 23 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1407d0b..abe98701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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.13.0 - Dec 2018 + +## Added +- Add Chinese language support. [#437](https://github.com/Microsoft/vscode-java-test/issues/437) + +## Changed +- Use webpack to improve the extension startup time. [#495](https://github.com/Microsoft/vscode-java-test/issues/495) +- Change the activation events of the extension. [#516](https://github.com/Microsoft/vscode-java-test/issues/516) +- Change the style of the test report. [#517](https://github.com/Microsoft/vscode-java-test/issues/517) + +## Fixed +- Fix the bug that test explorer will keep refreshing when opening a large project. [#461](https://github.com/Microsoft/vscode-java-test/issues/461) +- Fix several bugs that cause the extension fails to run test cases. ([#134](https://github.com/Microsoft/vscode-java-test/issues/134), [#488](https://github.com/Microsoft/vscode-java-test/issues/488), [#504](https://github.com/Microsoft/vscode-java-test/issues/504), [#515](https://github.com/Microsoft/vscode-java-test/issues/515)) + ## 0.12.0 - Dec 2018 ## Added @@ -16,7 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Change the foreground color of the status bar items. [#467](https://github.com/Microsoft/vscode-java-test/issues/467) ## Fixed -- Fix the bug that test runners will run forever. ([#482](https://github.com/Microsoft/vscode-java-test/issues/482)) +- Fix the bug that test runners will run forever. [#482](https://github.com/Microsoft/vscode-java-test/issues/482) ## 0.11.1 - Nov 2018 diff --git a/java-extension/build-tools/pom.xml b/java-extension/build-tools/pom.xml index 0b0b4bc8..8957042b 100644 --- a/java-extension/build-tools/pom.xml +++ b/java-extension/build-tools/pom.xml @@ -7,7 +7,7 @@ com.microsoft.java.test parent - 0.12.0 + 0.13.0 com.microsoft.java.test test-runner-build-tools diff --git a/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF b/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF index 810aa168..8cdd4e25 100644 --- a/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF +++ b/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: com.microsoft.java.test.plugin Bundle-SymbolicName: com.microsoft.java.test.plugin;singleton:=true -Bundle-Version: 0.12.0 +Bundle-Version: 0.13.0 Bundle-Activator: com.microsoft.java.test.plugin.util.JUnitPlugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.eclipse.jdt.core, diff --git a/java-extension/com.microsoft.java.test.plugin/pom.xml b/java-extension/com.microsoft.java.test.plugin/pom.xml index 2352483a..586e2dde 100644 --- a/java-extension/com.microsoft.java.test.plugin/pom.xml +++ b/java-extension/com.microsoft.java.test.plugin/pom.xml @@ -5,7 +5,7 @@ com.microsoft.java.test parent - 0.12.0 + 0.13.0 com.microsoft.java.test.plugin eclipse-plugin diff --git a/java-extension/com.microsoft.java.test.runner/pom.xml b/java-extension/com.microsoft.java.test.runner/pom.xml index d1214aa0..acd62d51 100644 --- a/java-extension/com.microsoft.java.test.runner/pom.xml +++ b/java-extension/com.microsoft.java.test.runner/pom.xml @@ -4,7 +4,7 @@ com.microsoft.java.test parent - 0.12.0 + 0.13.0 com.microsoft.java.test.runner jar diff --git a/java-extension/pom.xml b/java-extension/pom.xml index 5ace47a7..c0de62f0 100644 --- a/java-extension/pom.xml +++ b/java-extension/pom.xml @@ -4,7 +4,7 @@ com.microsoft.java.test parent ${base.name} :: Parent - 0.12.0 + 0.13.0 pom Java Test Runner diff --git a/package-lock.json b/package-lock.json index 6dd42790..4b5de669 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-java-test", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6e5348b7..bcb5287b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "repository": { "url": "https://github.com/Microsoft/vscode-java-test" }, - "version": "0.12.0", + "version": "0.13.0", "publisher": "vscjava", "bugs": { "url": "https://github.com/Microsoft/vscode-java-test/issues" @@ -48,7 +48,7 @@ "main": "./dist/extension", "contributes": { "javaExtensions": [ - "./server/com.microsoft.java.test.plugin-0.12.0.jar" + "./server/com.microsoft.java.test.plugin-0.13.0.jar" ], "views": { "test": [