Skip to content

Commit 0bbd4bd

Browse files
(MAINT) Release prep for 0.14.0
1 parent 8ad6d18 commit 0bbd4bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## Unreleased
88

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+
915
## 0.13.0 - 2018-07-21
1016

1117
### Changed

lib/puppet-editor-services/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module PuppetEditorServices
2-
PUPPETEDITORSERVICESVERSION = '0.13.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION
2+
PUPPETEDITORSERVICESVERSION = '0.14.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION
33

44
# @api public
55
#

0 commit comments

Comments
 (0)