From c12bad8781cf5011bd2846d1cf6c88411007d946 Mon Sep 17 00:00:00 2001 From: Kathryn Kodama Date: Tue, 18 Feb 2020 13:18:42 -0500 Subject: [PATCH] update README to clarify code is hosted under MicroShed (#40) * update readme to clarify code is hosted under MicroShed Signed-off-by: Kathryn Kodama * increase version and add Changelog Signed-off-by: Kathryn Kodama --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) 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/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 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",