Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |