File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
lib/puppet-editor-services Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11module PuppetEditorServices
2- PUPPETEDITORSERVICESVERSION = '0.10 .0' . freeze unless defined? PUPPETEDITORSERVICESVERSION
2+ PUPPETEDITORSERVICESVERSION = '0.11 .0' . freeze unless defined? PUPPETEDITORSERVICESVERSION
33
44 # @api public
55 #
You can’t perform that action at this time.
0 commit comments