File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
lib/puppet-editor-services Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,21 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## Unreleased
88
9- - ([ GH-22 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/22 ) ) Refactor language server files to have consistent names
9+ ## 0.12.0 - 2018-06-01
10+
11+ ### Added
12+
13+ - ([ GH-28 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/28 ) ) Added basic Puppetfile validation
14+
15+ ### Changed
16+
17+ - ([ GH-22 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/22 ) ) Refactored language server files to have consistent names
18+
19+ ### Fixed
20+
21+ - ([ GH-26 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/26 ) ) ` .puppet-lint.rc ` was ignored in Control Repos
22+ - ([ GH-14 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/14 ) ) Ignore environmentpath puppet setting if it does not exist
23+ - ([ GH-10 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/10 ) ) Disabled the file cache if temp directory doesn't exist
1024
1125## 0.11.0 - 2018-04-26
1226
Original file line number Diff line number Diff line change 11module PuppetEditorServices
2- PUPPETEDITORSERVICESVERSION = '0.11 .0' . freeze unless defined? PUPPETEDITORSERVICESVERSION
2+ PUPPETEDITORSERVICESVERSION = '0.12 .0' . freeze unless defined? PUPPETEDITORSERVICESVERSION
33
44 # @api public
55 #
You can’t perform that action at this time.
0 commit comments