Skip to content

Commit e1b7363

Browse files
committed
(GH-71) Release 0.15.1
This commit updates the version file and changelog for the 0.15.1 release.
1 parent 13bd6c1 commit e1b7363

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## Unreleased
88

9+
## 0.15.1 - 2018-10-30
10+
11+
### Fixed
12+
13+
- ([GH-66](https://github.com/lingua-pupuli/puppet-editor-services/issues/66)) Go to defintion does not work with paths with leading slash
14+
915
## 0.15.0 - 2018-08-18
1016

1117
### Added

lib/puppet-editor-services/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module PuppetEditorServices
2-
PUPPETEDITORSERVICESVERSION = '0.15.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION
2+
PUPPETEDITORSERVICESVERSION = '0.15.1'.freeze unless defined? PUPPETEDITORSERVICESVERSION
33

44
# @api public
55
#

0 commit comments

Comments
 (0)