From 8766a5dd5e476bb10c164962e8d9185810e96a17 Mon Sep 17 00:00:00 2001 From: Glenn Sarti Date: Wed, 25 Apr 2018 11:17:39 +0800 Subject: [PATCH] (maint) Prepare for version 0.11.0 release This commit prepares the project for 0.11.0 release. --- CHANGELOG.md | 5 +++++ lib/puppet-editor-services/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f59011..cca19fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## Unreleased +## 0.11.0 - 2018-04-26 + - ([GH-11](https://github.com/lingua-pupuli/puppet-editor-services/issues/11)) Refactor the transport layers to loosen object coupling - ([GH-11](https://github.com/lingua-pupuli/puppet-editor-services/issues/11)) Fix STDIO server - Stop bad logfile destinations from crashing the language and debug servers +- Add a packaging process +- Rename PuppetVSCode namespace to editor services +- Move the Editor Services out of the VS Code extension into a separate project ## 0.10.0 - 2018-03-29 diff --git a/lib/puppet-editor-services/version.rb b/lib/puppet-editor-services/version.rb index 12420cf3..41e25cb8 100644 --- a/lib/puppet-editor-services/version.rb +++ b/lib/puppet-editor-services/version.rb @@ -1,5 +1,5 @@ module PuppetEditorServices - PUPPETEDITORSERVICESVERSION = '0.10.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION + PUPPETEDITORSERVICESVERSION = '0.11.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION # @api public #