We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bd6c1 commit e1b7363Copy full SHA for e1b7363
CHANGELOG.md
@@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
## Unreleased
8
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
15
## 0.15.0 - 2018-08-18
16
17
### Added
lib/puppet-editor-services/version.rb
@@ -1,5 +1,5 @@
1
module PuppetEditorServices
2
- PUPPETEDITORSERVICESVERSION = '0.15.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION
+ PUPPETEDITORSERVICESVERSION = '0.15.1'.freeze unless defined? PUPPETEDITORSERVICESVERSION
3
4
# @api public
5
#
0 commit comments