Skip to content

Commit 8766a5d

Browse files
committed
(maint) Prepare for version 0.11.0 release
This commit prepares the project for 0.11.0 release.
1 parent a3d49e6 commit 8766a5d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 0.11.0 - 2018-04-26
10+
911
- ([GH-11](https://github.com/lingua-pupuli/puppet-editor-services/issues/11)) Refactor the transport layers to loosen object coupling
1012
- ([GH-11](https://github.com/lingua-pupuli/puppet-editor-services/issues/11)) Fix STDIO server
1113
- Stop bad logfile destinations from crashing the language and debug servers
14+
- Add a packaging process
15+
- Rename PuppetVSCode namespace to editor services
16+
- Move the Editor Services out of the VS Code extension into a separate project
1217

1318
## 0.10.0 - 2018-03-29
1419

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

44
# @api public
55
#

0 commit comments

Comments
 (0)