File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
lib/puppet_editor_services Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## Unreleased
88
9+ ## 0.25.0 - 2020-03-26
10+
11+ ### Fixed
12+
13+ - ([ GH-207 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/207 ) ) Allow Qualified Resource Names in hover provider
14+
15+ ### Changed
16+
17+ - ([ GH-221 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/221 ) ) Puppet Node Graph Response
18+ - (maint) [ puppetfile-resolver-0.2.0] ( https://github.com/glennsarti/puppetfile-resolver/releases/tag/0.2.0 ) Puppetfile Resolver v0.2.0
19+
920## 0.24.0 - 2020-01-28
1021
1122### Fixed
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module PuppetEditorServices
4- PUPPETEDITORSERVICESVERSION = '0.24 .0' unless defined? PUPPETEDITORSERVICESVERSION
4+ PUPPETEDITORSERVICESVERSION = '0.25 .0' unless defined? PUPPETEDITORSERVICESVERSION
55
66 # @api public
77 #
You can’t perform that action at this time.
0 commit comments