Skip to content

Commit

Permalink
Merge pull request #116 from glennsarti/prep-0.19.0
Browse files Browse the repository at this point in the history
(GH-115) Prepare for 0.19.0 release
  • Loading branch information
glennsarti authored Mar 24, 2019
2 parents 03d352b + 5660e50 commit 14a73f0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## Unreleased

## 0.19.0 - 2019-03-24

### Added

- ([GH-111](https://github.com/lingua-pupuli/puppet-editor-services/issues/111)) Add puppet-version command line argument

### Fixed

- ([Commit](https://github.com/lingua-pupuli/puppet-editor-services/commit/7d14081eaa793a0382321391ba234db8126c5916)) Use UTF8 for JSON files in the Language Server Sidecar
- ([GH-113](https://github.com/lingua-pupuli/puppet-editor-services/issues/113)) Rescue errors when running Facter 2.x

### Changed

- ([GH-110](https://github.com/lingua-pupuli/puppet-editor-services/issues/110)) Autogenerate Ruby Language Server Protocol files from Typescript

## 0.18.0 - 2019-02-05

### 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.18.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION
PUPPETEDITORSERVICESVERSION = '0.19.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION

# @api public
#
Expand Down

0 comments on commit 14a73f0

Please sign in to comment.