From e1b73635fd10aa296cad316068d202c1185297d1 Mon Sep 17 00:00:00 2001 From: James Pogran Date: Tue, 30 Oct 2018 14:53:46 -0400 Subject: [PATCH] (GH-71) Release 0.15.1 This commit updates the version file and changelog for the 0.15.1 release. --- CHANGELOG.md | 6 ++++++ lib/puppet-editor-services/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dce9bfc7..d22ca511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## Unreleased +## 0.15.1 - 2018-10-30 + +### Fixed + +- ([GH-66](https://github.com/lingua-pupuli/puppet-editor-services/issues/66)) Go to defintion does not work with paths with leading slash + ## 0.15.0 - 2018-08-18 ### Added diff --git a/lib/puppet-editor-services/version.rb b/lib/puppet-editor-services/version.rb index 0f3fed71..07104d93 100644 --- a/lib/puppet-editor-services/version.rb +++ b/lib/puppet-editor-services/version.rb @@ -1,5 +1,5 @@ module PuppetEditorServices - PUPPETEDITORSERVICESVERSION = '0.15.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION + PUPPETEDITORSERVICESVERSION = '0.15.1'.freeze unless defined? PUPPETEDITORSERVICESVERSION # @api public #