Skip to content

Commit

Permalink
Merge pull request #206 from glennsarti/prep-0.23.0
Browse files Browse the repository at this point in the history
(maint) Prepare for 0.23.0 release
  • Loading branch information
glennsarti authored Dec 4, 2019
2 parents ccd5967 + 1bb8612 commit 4d36a94
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet_editor_services/version.rb
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down

0 comments on commit 4d36a94

Please sign in to comment.