From 3dc3ab4fd39ffaccb83ab1bd2af0ded3dc56ac88 Mon Sep 17 00:00:00 2001 From: Kathryn Kodama Date: Tue, 18 Feb 2020 09:27:41 -0500 Subject: [PATCH 1/2] update readme to clarify code is hosted under MicroShed Signed-off-by: Kathryn Kodama --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cf8d96..076cdeb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/MicroProfile-Community.mp-starter-vscode-ext.svg "Current Release")](https://marketplace.visualstudio.com/items?itemName=MicroProfile-Community.mp-starter-vscode-ext) [![Build Status](https://travis-ci.org/MicroShed/mp-starter-vscode-ext.svg?branch=master)](https://travis-ci.org/MicroShed/mp-starter-vscode-ext) -The MicroProfile Starter extension provides support for generating a MicroProfile Maven project with examples based on the Eclipse MicroProfile Starter project (https://start.microprofile.io/) by the MicroProfile community. You will be able to generate a project by choosing a MicroProfile version, server and specifications, such as CDI, Config, Health, Metrics, and more. This extension is hosted under the MicroShed organization. +The MicroProfile Starter extension provides support for generating a MicroProfile Maven project with examples based on the Eclipse MicroProfile Starter project (https://start.microprofile.io/) by the MicroProfile community. You will be able to generate a project by choosing a MicroProfile version, server and specifications, such as CDI, Config, Health, Metrics, and more. The code for this extension is hosted under the MicroShed organization on GitHub. ## Quick Start From 4e84bdfef7ae4c656cd9b3f19e3dd94243c3b901 Mon Sep 17 00:00:00 2001 From: Kathryn Kodama Date: Tue, 18 Feb 2020 12:45:08 -0500 Subject: [PATCH 2/2] increase version and add Changelog Signed-off-by: Kathryn Kodama --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2022778 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Change Log +All notable changes to the MicroProfile Starter extension will be documented below. + +## 0.2.3 +- Include user agent info in HTTP requests to the MicroProfile Starter API +- Add support for Quarkus + +## 0.2.2 +- Update extension to align with version 1.0 of the MicroProfile Starter API +- Remove .zip after generating a project +- Display a progress bar while project is being generated +- Provide an option to open the generated project in a new window or add it to the current workspace + +## 0.2.1 +- Fix for MicroProfile versions bug + +## 0.2.0 +- Use the production version of the MicroProfile Starter API +- Update the publisher of the extension to `MicroProfile-Community` + +## 0.1.0 +- Support generating a MicroProfile Starter project with the MicroProfile Starter API \ No newline at end of file diff --git a/package.json b/package.json index 5cec9fc..f777dc5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mp-starter-vscode-ext", "displayName": "MicroProfile Starter", "description": "Generate Java Microservice Maven projects using Eclipse MicroProfile", - "version": "0.2.2", + "version": "0.2.3", "publisher": "MicroProfile-Community", "preview": true, "license": "Apache-2.0",