Skip to content

Commit d225415

Browse files
authored
Merge pull request #188 from glennsarti/prep-0.22.0
(GH-187) Prepare for 0.22.0 release
2 parents 44afb3c + 85dc9e3 commit d225415

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## Unreleased
88

9+
## 0.22.0 - 2019-09-20
10+
11+
### Added
12+
13+
- ([GH-181](https://github.com/lingua-pupuli/puppet-editor-services/issues/181)) Added completion for resource-like class ([Julio Sueiras](https://github.com/juliosueiras))
14+
- ([GH-177](https://github.com/lingua-pupuli/puppet-editor-services/issues/177)) Add auto-align hash rocket formatter
15+
- ([GH-174](https://github.com/lingua-pupuli/puppet-editor-services/issues/174)) Understand Puppet Data Types and hover provider support
16+
17+
### Fixed
18+
19+
- ([GH-169](https://github.com/lingua-pupuli/puppet-editor-services/issues/169)) Respond to protocol dependant messages correctly
20+
921
## 0.21.0 - 2019-08-26
1022

1123
### Added

lib/puppet-editor-services/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module PuppetEditorServices
4-
PUPPETEDITORSERVICESVERSION = '0.21.0' unless defined? PUPPETEDITORSERVICESVERSION
4+
PUPPETEDITORSERVICESVERSION = '0.22.0' unless defined? PUPPETEDITORSERVICESVERSION
55

66
# @api public
77
#

0 commit comments

Comments
 (0)