We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad6d18 commit 0bbd4bdCopy full SHA for 0bbd4bd
CHANGELOG.md
@@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
## Unreleased
8
9
+## 0.14.0 - 2018-08-17
10
+
11
+### Fixed
12
13
+- ([GH-49](https://github.com/lingua-pupuli/puppet-editor-services/issues/49)) Prevent an infinite loop when using stdio
14
15
## 0.13.0 - 2018-07-21
16
17
### Changed
lib/puppet-editor-services/version.rb
@@ -1,5 +1,5 @@
1
module PuppetEditorServices
2
- PUPPETEDITORSERVICESVERSION = '0.13.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION
+ PUPPETEDITORSERVICESVERSION = '0.14.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION
3
4
# @api public
5
#
0 commit comments