File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
lib/puppet_editor_services Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## Unreleased
88
9+ ## 0.26.0 - 2020-05-01
10+
911### Added
1012
1113- ([ GH-242 ] ( https://github.com/puppetlabs/puppet-editor-services/issues/242 ) ) Add Puppet Facts Endpoint
14+ - ([ GH-245 ] ( https://github.com/puppetlabs/puppet-editor-services/issues/245 ) ) Use object cache for Puppet Facts Endpoint
15+ - ([ GH-168 ] ( https://github.com/puppetlabs/puppet-editor-services/issues/168 ) ) Add acceptance tests
16+
17+ ### Changed
18+
19+ - (maint) Update branding and links
20+ - (maint) Update Bolt static data and Protocol definitions
1221
1322## 0.25.0 - 2020-03-26
1423
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module PuppetEditorServices
4- PUPPETEDITORSERVICESVERSION = '0.25 .0' unless defined? PUPPETEDITORSERVICESVERSION
4+ PUPPETEDITORSERVICESVERSION = '0.26 .0' unless defined? PUPPETEDITORSERVICESVERSION
55
66 # @api public
77 #
You can’t perform that action at this time.
0 commit comments