Skip to content

Commit

Permalink
Merge pull request #294 from glennsarti/prep-1.1.0
Browse files Browse the repository at this point in the history
(GH-293) Prepare for 1.1.0 release
  • Loading branch information
jpogran authored Jan 26, 2021
2 parents 11d08e2 + 8209af5 commit d6a37f7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## Unreleased

## 1.1.0 - 2021-01-27

### Added

- ([GH-282](https://github.com/puppetlabs/puppet-editor-services/issues/282)) Add support for Puppet 7 and Ruby 2.7
- ([GH-289](https://github.com/puppetlabs/puppet-editor-services/issues/289)) Make Format On Type file size configurable

### Fixed

- ([GH-189](https://github.com/puppetlabs/puppet-editor-services/issues/189)) Reset PuppetLint configuration for each call

## 1.0.1 - 2020-10-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet-languageserver/static_data/bolt-boltlib.json

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion lib/puppet_editor_services/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module PuppetEditorServices
PUPPETEDITORSERVICESVERSION = '1.0.1' unless defined? PUPPETEDITORSERVICESVERSION
PUPPETEDITORSERVICESVERSION = '1.1.0' unless defined? PUPPETEDITORSERVICESVERSION

# @api public
#
Expand Down
4 changes: 2 additions & 2 deletions tools/bolt_introspect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ This should regenerate all of the bolt files in `/lib/puppet-languageserver/stat
| Component | Version |
| --------------- | ------- |
| Bolt | 2.30.0 |
| Editor Services | 1.0.0 |
| Bolt | 2.42.0 |
| Editor Services | 1.1.0 |

0 comments on commit d6a37f7

Please sign in to comment.