Skip to content

Commit 08a2fda

Browse files
author
James Pogran
authored
Merge pull request #136 from glennsarti/prep-0.19.1
(maint) Prepare for 0.19.1 release
2 parents 8d450ee + 25ef035 commit 08a2fda

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lib/puppet-editor-services/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module PuppetEditorServices
4-
PUPPETEDITORSERVICESVERSION = '0.19.0' unless defined? PUPPETEDITORSERVICESVERSION
4+
PUPPETEDITORSERVICESVERSION = '0.19.1' unless defined? PUPPETEDITORSERVICESVERSION
55

66
# @api public
77
#

0 commit comments

Comments
 (0)