File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
lib/puppet-editor-services Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## Unreleased
88
9+ ## 0.21.0 - 2019-08-26
10+
11+ ### Added
12+
13+ - ([ GH-144 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/144 ) ) Add a Signature Helper Provider
14+ - ([ GH-163 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/163 ) ) Add aggregate sidecar tasks
15+
16+ ### Fixed
17+
18+ - ([ GH-55 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/55 ) ) Debug Server is now supported on Puppet 6
19+
20+ ### Changed
21+
22+ - ([ GH-106 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/106 ) ) Update puppet-lint to 2.3.6
23+ - ([ GH-167 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/167 ) ) Refactor Language Server inmemory caching
24+
925## 0.20.0 - 2019-07-16
1026
1127### Added
Original file line number Diff line number Diff line change 1- [ ![ Appveyor Build status] ( https://ci.appveyor.com/api/projects/status/arryulh580j47u26?svg=true )] ( https://ci.appveyor.com/project/lingua-pupuli/puppet-editor-services ) [ ![ Travis Build Status] ( https://travis-ci.com/lingua-pupuli/puppet-editor-services.svg?branch=master )] ( https://travis-ci.com/lingua-pupuli/puppet-editor-services.svg?branch=master )
1+ [ ![ Appveyor Build status] ( https://ci.appveyor.com/api/projects/status/arryulh580j47u26?svg=true )] ( https://ci.appveyor.com/project/lingua-pupuli/puppet-editor-services ) [ ![ Travis Build Status] ( https://travis-ci.com/lingua-pupuli/puppet-editor-services.svg?branch=master )] ( https://travis-ci.com/lingua-pupuli/puppet-editor-services )
22
33# Puppet Editor Services
44
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module PuppetEditorServices
4- PUPPETEDITORSERVICESVERSION = '0.20 .0' unless defined? PUPPETEDITORSERVICESVERSION
4+ PUPPETEDITORSERVICESVERSION = '0.21 .0' unless defined? PUPPETEDITORSERVICESVERSION
55
66 # @api public
77 #
You can’t perform that action at this time.
0 commit comments