From 182c06cbf591e6d3e5b56c76caa0a376f636dbdd Mon Sep 17 00:00:00 2001 From: James Pogran Date: Wed, 25 Mar 2020 13:32:20 -0400 Subject: [PATCH] (maint) Release 0.25.0 --- CHANGELOG.md | 11 +++++++++++ lib/puppet_editor_services/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb8e3d3f..0682bfcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## Unreleased +## 0.25.0 - 2020-03-26 + +### Fixed + +- ([GH-207](https://github.com/lingua-pupuli/puppet-editor-services/issues/207)) Allow Qualified Resource Names in hover provider + +### Changed + +- ([GH-221](https://github.com/lingua-pupuli/puppet-editor-services/issues/221)) Puppet Node Graph Response +- (maint) [puppetfile-resolver-0.2.0](https://github.com/glennsarti/puppetfile-resolver/releases/tag/0.2.0) Puppetfile Resolver v0.2.0 + ## 0.24.0 - 2020-01-28 ### Fixed diff --git a/lib/puppet_editor_services/version.rb b/lib/puppet_editor_services/version.rb index 80cb581d..2df5f61b 100644 --- a/lib/puppet_editor_services/version.rb +++ b/lib/puppet_editor_services/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module PuppetEditorServices - PUPPETEDITORSERVICESVERSION = '0.24.0' unless defined? PUPPETEDITORSERVICESVERSION + PUPPETEDITORSERVICESVERSION = '0.25.0' unless defined? PUPPETEDITORSERVICESVERSION # @api public #