File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
lib/puppet-editor-services Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## Unreleased
88
9+ ## 0.13.0 - 2018-07-21
10+
11+ ### Changed
12+
13+ - ([ GH-36 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/36 ) ) Use automatic port assignment as default
14+
15+ ### Fixed
16+
17+ - ([ GH-31 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/31 ) ) Use canonical names for line based breakpoints
18+ - ([ GH-46 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/46 ) ) Detect Puppet Environment correctly
19+ - Minor fixes for rubocop
20+
921## 0.12.0 - 2018-06-01
1022
1123### Added
Original file line number Diff line number Diff line change 11module PuppetEditorServices
2- PUPPETEDITORSERVICESVERSION = '0.12 .0' . freeze unless defined? PUPPETEDITORSERVICESVERSION
2+ PUPPETEDITORSERVICESVERSION = '0.13 .0' . freeze unless defined? PUPPETEDITORSERVICESVERSION
33
44 # @api public
55 #
You can’t perform that action at this time.
0 commit comments