Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## Unreleased

## 0.18.0 - 2019-02-05

### Added

- ([GH-24](https://github.com/lingua-pupuli/puppet-editor-services/issues/24)) Allow parsing of manifests in tasks mode

### Fixed

- ([Commit](https://github.com/lingua-pupuli/puppet-editor-services/commit/1a294920702dc95ff11e50c68e4fa12e5da09d98)) Fix validation of puppetfiles
- ([Commit](https://github.com/lingua-pupuli/puppet-editor-services/commit/6758afaefcde90809a7b2457c23c72fa487a2dd7)) Fix parsing at beginning of a document

## 0.17.0 - 2018-12-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet-editor-services/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module PuppetEditorServices
PUPPETEDITORSERVICESVERSION = '0.17.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION
PUPPETEDITORSERVICESVERSION = '0.18.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION

# @api public
#
Expand Down