Skip to content

Commit

Permalink
(GH-71) Release 0.15.1
Browse files Browse the repository at this point in the history
This commit updates the version file and changelog for the 0.15.1
release.
  • Loading branch information
jpogran committed Oct 30, 2018
1 parent 13bd6c1 commit e1b7363
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet-editor-services/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module PuppetEditorServices
PUPPETEDITORSERVICESVERSION = '0.15.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION
PUPPETEDITORSERVICESVERSION = '0.15.1'.freeze unless defined? PUPPETEDITORSERVICESVERSION

# @api public
#
Expand Down

0 comments on commit e1b7363

Please sign in to comment.