Skip to content

Commit

Permalink
(maint) Prepare for v0.13.0 release
Browse files Browse the repository at this point in the history
This commit prepares Puppet Editor Services for a version 0.13.0 release.
  • Loading branch information
glennsarti committed Jul 20, 2018
1 parent d40aea7 commit 7cc27f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## Unreleased

## 0.13.0 - 2018-07-21

### Changed

- ([GH-36](https://github.com/lingua-pupuli/puppet-editor-services/issues/36)) Use automatic port assignment as default

### Fixed

- ([GH-31](https://github.com/lingua-pupuli/puppet-editor-services/issues/31)) Use canonical names for line based breakpoints
- ([GH-46](https://github.com/lingua-pupuli/puppet-editor-services/issues/46)) Detect Puppet Environment correctly
- Minor fixes for rubocop

## 0.12.0 - 2018-06-01

### 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.12.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION
PUPPETEDITORSERVICESVERSION = '0.13.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION

# @api public
#
Expand Down

0 comments on commit 7cc27f2

Please sign in to comment.