File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
lib/puppet-editor-services Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## Unreleased
88
9+ ## 0.19.1 - 2019-05-31
10+
11+ ### Fixed
12+
13+ - ([ GH-132 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/132 ) ) Suppress $stdout usage for STDIO transport
14+ - ([ GH-118 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/118 ) ) Fail gracefully when critical gems cannot load
15+
916## 0.19.0 - 2019-03-24
1017
1118### Added
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module PuppetEditorServices
4- PUPPETEDITORSERVICESVERSION = '0.19.0 ' unless defined? PUPPETEDITORSERVICESVERSION
4+ PUPPETEDITORSERVICESVERSION = '0.19.1 ' unless defined? PUPPETEDITORSERVICESVERSION
55
66 # @api public
77 #
You can’t perform that action at this time.
0 commit comments