From abdace24e56be2f8835bbac9e78d519071c948a3 Mon Sep 17 00:00:00 2001 From: Glenn Sarti Date: Wed, 17 Oct 2018 09:03:03 +0800 Subject: [PATCH] (maint) Prepare for 0.15.0 release This commit prepares for a version 0.15.0 release. --- CHANGELOG.md | 10 ++++++++++ lib/puppet-editor-services/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0447b8ce..dce9bfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## Unreleased +## 0.15.0 - 2018-08-18 + +### Added + - ([GH-56](https://github.com/lingua-pupuli/puppet-editor-services/issues/56)) Add DocumentSymbol Support +- ([GH-40](https://github.com/lingua-pupuli/puppet-editor-services/issues/40)) Add Sidecar process for the Language Server + +### Fixed + +- ([GH-54](https://github.com/lingua-pupuli/puppet-editor-services/issues/54)) Support Puppet 6 in the Language Server +- ([GH-51](https://github.com/lingua-pupuli/puppet-editor-services/issues/51)) Fixed handling of errors during class loading ## 0.14.0 - 2018-08-17 diff --git a/lib/puppet-editor-services/version.rb b/lib/puppet-editor-services/version.rb index 1779aad7..0f3fed71 100644 --- a/lib/puppet-editor-services/version.rb +++ b/lib/puppet-editor-services/version.rb @@ -1,5 +1,5 @@ module PuppetEditorServices - PUPPETEDITORSERVICESVERSION = '0.14.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION + PUPPETEDITORSERVICESVERSION = '0.15.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION # @api public #