Skip to content

Commit d5342cc

Browse files
committed
(GH-533) 0.19.0 Release
This commit releases 0.19.0 Marketplace release.
1 parent fe4ab7a commit d5342cc

File tree

4 files changed

+43
-14
lines changed

4 files changed

+43
-14
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,19 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.19.0] - 2019-07-19
10+
911
### Changed
1012

1113
- ([GH-530](https://github.com/lingua-pupuli/puppet-vscode/issues/530)) Enable extension with Puppet workspace files
14+
- ([GH-141](https://github.com/lingua-pupuli/puppet-editor-services/issues/141)) [puppet-editor-services-0.20.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.20.0) Load all Puppet 4 API Features
15+
- ([GH-137](https://github.com/lingua-pupuli/puppet-editor-services/issues/137)) [puppet-editor-services-0.20.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.20.0) Load Puppet 4 Custom Types, Defined Types and Classes
16+
- ([GH-121](https://github.com/lingua-pupuli/puppet-editor-services/issues/121)) [puppet-editor-services-0.20.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.20.0) Load Puppet 4 Functions and Puppet 3 Functions
17+
18+
### Fixed
19+
20+
- ([GH-128](https://github.com/lingua-pupuli/puppet-editor-services/issues/128)) [puppet-editor-services-0.20.0](https://github.com/lingua-pupuli/puppet-editor-services/commit/5f1751086abc3c12016b47d1fdba974afda60671) Detect Puppet Plan files correctly
21+
- ([GH-147](https://github.com/lingua-pupuli/puppet-editor-services/issues/147)) [puppet-editor-services-0.20.0](https://github.com/lingua-pupuli/puppet-editor-services/commit/b0405552e892152b9cb56198c9c090960044459e) Gracefully fail on LoadError when compiling manifests
1222

1323
## [0.18.1] - 2019-06-07
1424

editor-components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor-services": {
3-
"release": "0.19.1"
3+
"release": "0.20.0"
44
},
55
"editor-syntax": {
66
"release": "1.3.2"

package-lock.json

Lines changed: 31 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 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.18.1",
5+
"version": "0.19.0",
66
"publisher": "jpogran",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/Puppet-Logo-Amber-sm.png",

0 commit comments

Comments
 (0)