Skip to content

Commit

Permalink
(maint) Prepare for version 0.11.0 release
Browse files Browse the repository at this point in the history
This commit prepares the project for 0.11.0 release.
  • Loading branch information
glennsarti committed Apr 25, 2018
1 parent a3d49e6 commit 8766a5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## Unreleased

## 0.11.0 - 2018-04-26

- ([GH-11](https://github.com/lingua-pupuli/puppet-editor-services/issues/11)) Refactor the transport layers to loosen object coupling
- ([GH-11](https://github.com/lingua-pupuli/puppet-editor-services/issues/11)) Fix STDIO server
- Stop bad logfile destinations from crashing the language and debug servers
- Add a packaging process
- Rename PuppetVSCode namespace to editor services
- Move the Editor Services out of the VS Code extension into a separate project

## 0.10.0 - 2018-03-29

Expand Down
2 changes: 1 addition & 1 deletion lib/puppet-editor-services/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module PuppetEditorServices
PUPPETEDITORSERVICESVERSION = '0.10.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION
PUPPETEDITORSERVICESVERSION = '0.11.0'.freeze unless defined? PUPPETEDITORSERVICESVERSION

# @api public
#
Expand Down

0 comments on commit 8766a5d

Please sign in to comment.