Skip to content

Commit 6c6112f

Browse files
authored
0.1.6 (#59)
* 0.1.6 package.json * Add changelog
1 parent 88272f1 commit 6c6112f

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,41 @@
11
# Change Log
2-
All notable changes to the MicroProfile Starter extension will be documented below.
2+
3+
All notable changes to the Open Liberty Tools extension will be documented below.
4+
5+
## 0.1.6
6+
7+
- Detect custom test report locations
8+
- Add refresh button to Liberty Dev Dashboard
9+
- Persist custom parameters between runs of dev mode
10+
- Upgrade minimist and acorn dependency versions
311

412
## 0.1.5
13+
514
- Support for the [Liberty Gradle Plugin](https://github.com/OpenLiberty/ci.gradle)
615
- Bug fixes for Liberty Project Provider
716
- Updated Manifest
817

918
## 0.1.4
19+
1020
- Improved message when test reports do not exist
1121
- Added OpenLiberty category to Liberty Dev commands
1222

1323
## 0.1.3
24+
1425
- Change name to Open Liberty Tools
1526

1627
## 0.1.2
28+
1729
- Enhancement to honour `java.home` setting with `liberty.terminal.useJavaHome`
1830

1931
## 0.1.1
32+
2033
- Bug fix to recognize plugins defined in profile section of `pom.xml`
2134

2235
## 0.1.0
36+
2337
- View supported liberty-maven-plugin projects in the workspace (must be of version `3.0.M1` or higher)
2438
- Start/Stop dev mode
2539
- Start dev mode with custom parameters
2640
- Run tests
27-
- View unit and integration test reports
41+
- View unit and integration test reports

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
@@ -2,7 +2,7 @@
22
"name": "liberty-dev-vscode-ext",
33
"displayName": "Open Liberty Tools",
44
"description": "Open Liberty Tools for Visual Studio Code",
5-
"version": "0.1.5",
5+
"version": "0.1.6",
66
"publisher": "Open-Liberty",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)