Skip to content

Commit c295314

Browse files
Merge pull request #473 from jpogran/release-0.16.0
(release) 0.16.0
2 parents ed8f589 + bcd64c0 commit c295314

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,22 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## Unreleased
88

9-
## [0.15.1] - 2018-01-09
9+
## [0.16.0] - 2019-01-25
10+
11+
### Added
12+
13+
- ([GH-375](https://github.com/lingua-pupuli/puppet-vscode/issues/375)) Support starting Language Server in Docker container
14+
- ([GH-295](https://github.com/lingua-pupuli/puppet-vscode/issues/295)) Add Puppetfile as a contributing langauge
15+
16+
### Changed
17+
18+
- ([GH-459](https://github.com/lingua-pupuli/puppet-vscode/issues/459)) Update extension for new Debugging API
19+
20+
### Fixed
21+
22+
- ([GH-453](https://github.com/lingua-pupuli/puppet-vscode/issues/453)) Language Server will not start
23+
24+
## [0.15.1] - 2019-01-09
1025

1126
### Fixed
1227

@@ -290,3 +305,5 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
290305
### Added
291306

292307
- Initial release of the puppet extension.
308+
309+
[0.16.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.15.1..0.16.0

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: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "puppet-vscode",
33
"displayName": "Puppet",
44
"description": "Official Puppet VSCode extension. Provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more",
5-
"version": "0.15.1",
5+
"version": "0.16.0",
66
"publisher": "jpogran",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/Puppet-Logo-Amber-sm.png",
@@ -20,6 +20,19 @@
2020
"type": "git",
2121
"url": "https://github.com/lingua-pupuli/puppet-vscode/issues"
2222
},
23+
"qna": "https://stackoverflow.com/questions/tagged/visual-studio-code+puppet",
24+
"badges": [
25+
{
26+
"url": "https://travis-ci.org/lingua-pupuli/puppet-vscode.svg?branch=master",
27+
"href": "https://travis-ci.org/lingua-pupuli/puppet-vscode",
28+
"description": "Continuous integration (Travis)"
29+
},
30+
{
31+
"url": "https://ci.appveyor.com/api/projects/status/8ke8fhdt9a7j688m/branch/master?svg=true",
32+
"href": "https://ci.appveyor.com/project/lingua-pupuli/puppet-vscode/branch/master",
33+
"description": "Continuous integration (Appveyor)"
34+
}
35+
],
2336
"engines": {
2437
"vscode": "^1.30.0"
2538
},

0 commit comments

Comments
 (0)