Skip to content

Commit abdace2

Browse files
committed
(maint) Prepare for 0.15.0 release
This commit prepares for a version 0.15.0 release.
1 parent 83e794d commit abdace2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 0.15.0 - 2018-08-18
10+
11+
### Added
12+
913
- ([GH-56](https://github.com/lingua-pupuli/puppet-editor-services/issues/56)) Add DocumentSymbol Support
14+
- ([GH-40](https://github.com/lingua-pupuli/puppet-editor-services/issues/40)) Add Sidecar process for the Language Server
15+
16+
### Fixed
17+
18+
- ([GH-54](https://github.com/lingua-pupuli/puppet-editor-services/issues/54)) Support Puppet 6 in the Language Server
19+
- ([GH-51](https://github.com/lingua-pupuli/puppet-editor-services/issues/51)) Fixed handling of errors during class loading
1020

1121
## 0.14.0 - 2018-08-17
1222

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.14.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION
2+
PUPPETEDITORSERVICESVERSION = '0.15.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION
33

44
# @api public
55
#

0 commit comments

Comments
 (0)