Skip to content

Commit 922364b

Browse files
authored
Merge pull request #227 from jpogran/maint-release-0.25.0
(maint) Release 0.25.0
2 parents b8fa3fd + 182c06c commit 922364b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.24.0' unless defined? PUPPETEDITORSERVICESVERSION
4+
PUPPETEDITORSERVICESVERSION = '0.25.0' unless defined? PUPPETEDITORSERVICESVERSION
55

66
# @api public
77
#

0 commit comments

Comments
 (0)