Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit ba5bc97

Browse files
authored
Merge pull request #190 from AtomLinter/new_release
preparing 0.9.0 release
2 parents 25d2b15 + 9b764f3 commit ba5bc97

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Changes
1+
## 0.9.0
2+
- Updated Atom dependencies.
3+
- Fix `skipPuppetUrlWithoutModules` config option.
4+
- Bump minimum supported `puppet-lint` version to 2.0.0.
5+
- Future-proof `puppet-lint` output parsing.
6+
- Change display of `puppet-lint` errors to Atom error notification.
7+
- Fix false warning thrown for `classname not in autoload module layout`.
28

39
## 0.8.4
410
- Respect project's `.puppet-lint.rc` configuration.

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ Basically, you should execute `gem install puppet-lint` or `bundle install puppe
1414

1515
The minimum supported version of `puppet-lint` is 2.0.0.
1616

17-
### Compatibility
18-
19-
__Since the 0.5.0 version this package is no longer compatible with old versions of puppet-lint__ because we are now using a custom log format with `%{line}` and `%{column}` placeholders. If you have an old version of Puppet-Lint installed, then please follow the instructions for the `puppet-lint` gem installation to ensure that you have the latest version of Puppet-Lint.
20-
2117
### Plugin installation
2218

2319
* `$ apm install linter-puppet-lint`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-puppet-lint",
33
"main": "./lib/main.js",
4-
"version": "0.8.4",
4+
"version": "0.9.0",
55
"description": "Lint puppet on save using puppet-lint",
66
"repository": "https://github.com/AtomLinter/linter-puppet-lint",
77
"license": "MIT",

0 commit comments

Comments
 (0)