Skip to content

Commit

Permalink
Merge pull request #188 from glennsarti/prep-0.22.0
Browse files Browse the repository at this point in the history
(GH-187) Prepare for 0.22.0 release
  • Loading branch information
jpogran authored Sep 23, 2019
2 parents 44afb3c + 85dc9e3 commit d225415
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## Unreleased

## 0.22.0 - 2019-09-20

### Added

- ([GH-181](https://github.com/lingua-pupuli/puppet-editor-services/issues/181)) Added completion for resource-like class ([Julio Sueiras](https://github.com/juliosueiras))
- ([GH-177](https://github.com/lingua-pupuli/puppet-editor-services/issues/177)) Add auto-align hash rocket formatter
- ([GH-174](https://github.com/lingua-pupuli/puppet-editor-services/issues/174)) Understand Puppet Data Types and hover provider support

### Fixed

- ([GH-169](https://github.com/lingua-pupuli/puppet-editor-services/issues/169)) Respond to protocol dependant messages correctly

## 0.21.0 - 2019-08-26

### 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.21.0' unless defined? PUPPETEDITORSERVICESVERSION
PUPPETEDITORSERVICESVERSION = '0.22.0' unless defined? PUPPETEDITORSERVICESVERSION

# @api public
#
Expand Down

0 comments on commit d225415

Please sign in to comment.