Skip to content

Commit 9092a55

Browse files
committed
(GH-90) Prepare for 0.17.0 release
This commit prepares the project for a 0.17.0 release.
1 parent 2cc861a commit 9092a55

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 0.17.0 - 2018-12-14
10+
11+
### Added
12+
13+
- ([GH-20](https://github.com/lingua-pupuli/puppet-editor-services/issues/20)) Add support for Control Repositories for intellisense e.g. hover, completion
14+
- ([GH-88](https://github.com/lingua-pupuli/puppet-editor-services/issues/20)) Add a workspace symbol provider
15+
16+
### Changed
17+
18+
- ([GH-35](https://github.com/lingua-pupuli/puppet-editor-services/issues/35)) Update Language Server command arguments to be like Sidecar
19+
920
## 0.16.0 - 2018-11-30
1021

1122
### Added

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

44
# @api public
55
#

0 commit comments

Comments
 (0)