Skip to content

Commit 8b53d80

Browse files
authored
Merge pull request #153 from jpogran/release-0.20.0
(GH-152) Release 0.20.0
2 parents b040555 + a1fa2ad commit 8b53d80

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 0.20.0 - 2019-07-16
10+
11+
### Added
12+
13+
- ([GH-141](https://github.com/lingua-pupuli/puppet-editor-services/issues/141)) [Puppet4 API Project Task 7] Modify the Puppet Function loading to use all of the new Puppet 4 API features
14+
- ([GH-137](https://github.com/lingua-pupuli/puppet-editor-services/issues/137)) [Puppet4 API Project Task 4-6] Load Puppet Custom Types, Defined Types and Classes via Puppet API v4
15+
- ([GH-121](https://github.com/lingua-pupuli/puppet-editor-services/issues/121)) [Puppet4 API Project Task 1-3] Load Puppet Functions via Puppet API v4 and present as Puppet API v3 functions
16+
17+
### Fixed
18+
19+
- ([GH-147](https://github.com/lingua-pupuli/puppet-editor-services/issues/147)) Error generating node graph
20+
- ([GH-129](https://github.com/lingua-pupuli/puppet-editor-services/issues/129)) Better Bolt/Puppet plan detection
21+
922
## 0.19.1 - 2019-05-31
1023

1124
### Fixed

lib/puppet-editor-services/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module PuppetEditorServices
4-
PUPPETEDITORSERVICESVERSION = '0.19.1' unless defined? PUPPETEDITORSERVICESVERSION
4+
PUPPETEDITORSERVICESVERSION = '0.20.0' unless defined? PUPPETEDITORSERVICESVERSION
55

66
# @api public
77
#

0 commit comments

Comments
 (0)