From 1bb861235062b5dd52ebf820f423d5be5140ac56 Mon Sep 17 00:00:00 2001 From: Glenn Sarti Date: Thu, 28 Nov 2019 11:38:37 +0800 Subject: [PATCH] (maint) Prepare for 0.23.0 release This commit updates the changelog and version for the 0.23.0 release. --- CHANGELOG.md | 17 +++++++++++++++++ lib/puppet_editor_services/version.rb | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6099083..1f20468a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## Unreleased +## 0.23.0 - 2019-12-04 + +### Added + +- ([GH-198](https://github.com/lingua-pupuli/puppet-editor-services/issues/198)) Added the Puppetfile Resolver for more in-depth Puppetfile validation +- ([GH-94](https://github.com/lingua-pupuli/puppet-editor-services/issues/94)) Added better intellisense when inside Bolt plans + +### Fixed + +- ([GH-199](https://github.com/lingua-pupuli/puppet-editor-services/issues/199)) Fixes for Puppet 6.11.0 +- ([GH-139](https://github.com/lingua-pupuli/puppet-editor-services/issues/139)) Provide completions for defined types + +### Changed + +- ([GH-193](https://github.com/lingua-pupuli/puppet-editor-services/issues/193)) Refactor the TCP and STDIO servers, protocols and handlers +- ([Commit](https://github.com/lingua-pupuli/puppet-editor-services/commit/c3bd86f5b9a237b92f4c0e2d6c2ddc7aa5b0d9e5)) Update puppet-lint to version 2.4.2 + ## 0.22.0 - 2019-09-20 ### Added diff --git a/lib/puppet_editor_services/version.rb b/lib/puppet_editor_services/version.rb index bb563c40..c973efe6 100644 --- a/lib/puppet_editor_services/version.rb +++ b/lib/puppet_editor_services/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module PuppetEditorServices - PUPPETEDITORSERVICESVERSION = '0.22.0' unless defined? PUPPETEDITORSERVICESVERSION + PUPPETEDITORSERVICESVERSION = '0.23.0' unless defined? PUPPETEDITORSERVICESVERSION # @api public #