From 9092a55938467b147745c1deaa89865229a1907d Mon Sep 17 00:00:00 2001 From: Glenn Sarti Date: Fri, 14 Dec 2018 14:49:24 +0800 Subject: [PATCH] (GH-90) Prepare for 0.17.0 release This commit prepares the project for a 0.17.0 release. --- CHANGELOG.md | 11 +++++++++++ lib/puppet-editor-services/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 180b1c7a..ed7018af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## Unreleased +## 0.17.0 - 2018-12-14 + +### Added + +- ([GH-20](https://github.com/lingua-pupuli/puppet-editor-services/issues/20)) Add support for Control Repositories for intellisense e.g. hover, completion +- ([GH-88](https://github.com/lingua-pupuli/puppet-editor-services/issues/20)) Add a workspace symbol provider + +### Changed + +- ([GH-35](https://github.com/lingua-pupuli/puppet-editor-services/issues/35)) Update Language Server command arguments to be like Sidecar + ## 0.16.0 - 2018-11-30 ### Added diff --git a/lib/puppet-editor-services/version.rb b/lib/puppet-editor-services/version.rb index 2343ef88..25f70e6e 100644 --- a/lib/puppet-editor-services/version.rb +++ b/lib/puppet-editor-services/version.rb @@ -1,5 +1,5 @@ module PuppetEditorServices - PUPPETEDITORSERVICESVERSION = '0.16.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION + PUPPETEDITORSERVICESVERSION = '0.17.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION # @api public #