From 85d0664fffe715d81bf2ed90cd026564a357b668 Mon Sep 17 00:00:00 2001 From: James Pogran Date: Fri, 25 Jan 2019 11:41:20 -0500 Subject: [PATCH 1/2] (release) 0.16.0 This commit updates the changelog and package.json for release. --- CHANGELOG.md | 19 ++++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471875c8..c7c07809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,22 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## Unreleased -## [0.15.1] - 2018-01-09 +## [0.16.0] - 2019-01-25 + +### Added + +- ([GH-375](https://github.com/lingua-pupuli/puppet-vscode/issues/375)) Support starting Language Server in Docker container +- ([GH-295](https://github.com/lingua-pupuli/puppet-vscode/issues/295)) Add Puppetfile as a contributing langauge + +### Changed + +- ([GH-459](https://github.com/lingua-pupuli/puppet-vscode/issues/459)) Update extension for new Debugging API + +### Fixed + +- ([GH-453](https://github.com/lingua-pupuli/puppet-vscode/issues/453)) Language Server will not start + +## [0.15.1] - 2019-01-09 ### Fixed @@ -290,3 +305,5 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ### Added - Initial release of the puppet extension. + +[0.16.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.15.1..0.16.0 diff --git a/package-lock.json b/package-lock.json index cc35ba04..5bc589f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "puppet-vscode", - "version": "0.15.1", + "version": "0.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dca76635..3c33ed66 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "puppet-vscode", "displayName": "Puppet", "description": "Official Puppet VSCode extension. Provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more", - "version": "0.15.1", + "version": "0.16.0", "publisher": "jpogran", "license": "SEE LICENSE IN LICENSE.txt", "icon": "images/Puppet-Logo-Amber-sm.png", From bcd64c036575d59ff4a85e90b33d4c65913cd443 Mon Sep 17 00:00:00 2001 From: James Pogran Date: Fri, 25 Jan 2019 13:56:49 -0500 Subject: [PATCH 2/2] (maint) Update badges in marketplace --- package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/package.json b/package.json index 3c33ed66..bd3871d2 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,19 @@ "type": "git", "url": "https://github.com/lingua-pupuli/puppet-vscode/issues" }, + "qna": "https://stackoverflow.com/questions/tagged/visual-studio-code+puppet", + "badges": [ + { + "url": "https://travis-ci.org/lingua-pupuli/puppet-vscode.svg?branch=master", + "href": "https://travis-ci.org/lingua-pupuli/puppet-vscode", + "description": "Continuous integration (Travis)" + }, + { + "url": "https://ci.appveyor.com/api/projects/status/8ke8fhdt9a7j688m/branch/master?svg=true", + "href": "https://ci.appveyor.com/project/lingua-pupuli/puppet-vscode/branch/master", + "description": "Continuous integration (Appveyor)" + } + ], "engines": { "vscode": "^1.30.0" },