Skip to content

Commit d6a37f7

Browse files
authored
Merge pull request #294 from glennsarti/prep-1.1.0
(GH-293) Prepare for 1.1.0 release
2 parents 11d08e2 + 8209af5 commit d6a37f7

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
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+
## 1.1.0 - 2021-01-27
10+
11+
### Added
12+
13+
- ([GH-282](https://github.com/puppetlabs/puppet-editor-services/issues/282)) Add support for Puppet 7 and Ruby 2.7
14+
- ([GH-289](https://github.com/puppetlabs/puppet-editor-services/issues/289)) Make Format On Type file size configurable
15+
16+
### Fixed
17+
18+
- ([GH-189](https://github.com/puppetlabs/puppet-editor-services/issues/189)) Reset PuppetLint configuration for each call
19+
920
## 1.0.1 - 2020-10-14
1021

1122
### Changed

lib/puppet-languageserver/static_data/bolt-boltlib.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/puppet-languageserver/static_data/bolt-secure_env_vars.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

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 = '1.0.1' unless defined? PUPPETEDITORSERVICESVERSION
4+
PUPPETEDITORSERVICESVERSION = '1.1.0' unless defined? PUPPETEDITORSERVICESVERSION
55

66
# @api public
77
#

tools/bolt_introspect/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ This should regenerate all of the bolt files in `/lib/puppet-languageserver/stat
2222
2323
| Component | Version |
2424
| --------------- | ------- |
25-
| Bolt | 2.30.0 |
26-
| Editor Services | 1.0.0 |
25+
| Bolt | 2.42.0 |
26+
| Editor Services | 1.1.0 |

0 commit comments

Comments
 (0)