From 5660e50666c6892381b8d416bc6ed6657fed3c29 Mon Sep 17 00:00:00 2001 From: Glenn Sarti Date: Thu, 21 Mar 2019 21:08:41 +0800 Subject: [PATCH] (GH-115) Prepare for 0.19.0 release This commit prepares the module for a 0.19.0 release --- CHANGELOG.md | 15 +++++++++++++++ lib/puppet-editor-services/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 749740e9..d3de3c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/puppet-editor-services/version.rb b/lib/puppet-editor-services/version.rb index 2c8721ba..b6afd3f2 100644 --- a/lib/puppet-editor-services/version.rb +++ b/lib/puppet-editor-services/version.rb @@ -1,5 +1,5 @@ module PuppetEditorServices - PUPPETEDITORSERVICESVERSION = '0.18.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION + PUPPETEDITORSERVICESVERSION = '0.19.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION # @api public #