File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
lib/puppet_editor_services Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## Unreleased
88
9+ ## 0.24.0 - 2020-01-28
10+
11+ ### Fixed
12+
13+ - ([ GH-199 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/199 ) ) Fixes for Puppet 5.5.18
14+
15+ ### Changed
16+
17+ - ([ GH-213 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/213 ) ) Gather Facts from the Sidecar instead of the Server process
18+
919## 0.23.0 - 2019-12-04
1020
1121### Added
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module PuppetEditorServices
4- PUPPETEDITORSERVICESVERSION = '0.23 .0' unless defined? PUPPETEDITORSERVICESVERSION
4+ PUPPETEDITORSERVICESVERSION = '0.24 .0' unless defined? PUPPETEDITORSERVICESVERSION
55
66 # @api public
77 #
You can’t perform that action at this time.
0 commit comments