Skip to content

Commit f813a0f

Browse files
committed
(GH-170) Prepare for 0.21.0 release
This commit updates the changelog and version for the 0.21.0 release. This commit also updates the Travis CI link to go to Travis instead of the image.
1 parent 6ee0252 commit f813a0f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 0.21.0 - 2019-08-26
10+
11+
### Added
12+
13+
- ([GH-144](https://github.com/lingua-pupuli/puppet-editor-services/issues/144)) Add a Signature Helper Provider
14+
- ([GH-163](https://github.com/lingua-pupuli/puppet-editor-services/issues/163)) Add aggregate sidecar tasks
15+
16+
### Fixed
17+
18+
- ([GH-55](https://github.com/lingua-pupuli/puppet-editor-services/issues/55)) Debug Server is now supported on Puppet 6
19+
20+
### Changed
21+
22+
- ([GH-106](https://github.com/lingua-pupuli/puppet-editor-services/issues/106)) Update puppet-lint to 2.3.6
23+
- ([GH-167](https://github.com/lingua-pupuli/puppet-editor-services/issues/167)) Refactor Language Server inmemory caching
24+
925
## 0.20.0 - 2019-07-16
1026

1127
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/arryulh580j47u26?svg=true)](https://ci.appveyor.com/project/lingua-pupuli/puppet-editor-services) [![Travis Build Status](https://travis-ci.com/lingua-pupuli/puppet-editor-services.svg?branch=master)](https://travis-ci.com/lingua-pupuli/puppet-editor-services.svg?branch=master)
1+
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/arryulh580j47u26?svg=true)](https://ci.appveyor.com/project/lingua-pupuli/puppet-editor-services) [![Travis Build Status](https://travis-ci.com/lingua-pupuli/puppet-editor-services.svg?branch=master)](https://travis-ci.com/lingua-pupuli/puppet-editor-services)
22

33
# Puppet Editor Services
44

lib/puppet-editor-services/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module PuppetEditorServices
4-
PUPPETEDITORSERVICESVERSION = '0.20.0' unless defined? PUPPETEDITORSERVICESVERSION
4+
PUPPETEDITORSERVICESVERSION = '0.21.0' unless defined? PUPPETEDITORSERVICESVERSION
55

66
# @api public
77
#

0 commit comments

Comments
 (0)