We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ae211 commit ed8ec13Copy full SHA for ed8ec13
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
All notable changes to the MicroProfile Starter extension will be documented below.
3
4
+## 0.2.7
5
+- Support for build tool selection
6
+- Use version 6 of the MicroProfile Starter API
7
+
8
## 0.2.6
9
- MicroProfile 4.0
10
package.json
@@ -2,7 +2,7 @@
"name": "mp-starter-vscode-ext",
"displayName": "MicroProfile Starter",
"description": "Generate Java microservice Maven projects using MicroProfile",
- "version": "0.2.6",
+ "version": "0.2.7",
"publisher": "MicroProfile-Community",
"preview": true,
"license": "Apache-2.0",
0 commit comments