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

Commit

Permalink
Prepare v2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Mar 30, 2017
1 parent 7146385 commit f4b2d6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# Change Log

## [v2.0.1](https://github.com/AtomLinter/linter-pylint/tree/v2.0.1) (2017-03-30)
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v2.0.0...v2.0.1)

**Fixed bugs:**

- linter-pylint wont work after update to 2.0.0 [\#206](https://github.com/AtomLinter/linter-pylint/issues/206)
- Rename range to position [\#207](https://github.com/AtomLinter/linter-pylint/pull/207) ([Arcanemagus](https://github.com/Arcanemagus))

## [v2.0.0](https://github.com/AtomLinter/linter-pylint/tree/v2.0.0) (2017-03-29)
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.2.3...v2.0.0)

**Implemented enhancements:**

- Error running Pylint Error: Process execution timed out [\#204](https://github.com/AtomLinter/linter-pylint/issues/204)
- Rename executable to executablePath [\#153](https://github.com/AtomLinter/linter-pylint/issues/153)
- PyLint console does not contain any web hyperlinks + unable to copy/paste [\#77](https://github.com/AtomLinter/linter-pylint/issues/77)
- Rename executable to executablePath [\#153](https://github.com/AtomLinter/linter-pylint/issues/153)
- Linter v2 [\#205](https://github.com/AtomLinter/linter-pylint/pull/205) ([Arcanemagus](https://github.com/Arcanemagus))

**Fixed bugs:**

- IOError using %p/%f in rcFile [\#199](https://github.com/AtomLinter/linter-pylint/issues/199)
- Relative imports not working \(Django\) [\#110](https://github.com/AtomLinter/linter-pylint/issues/110)
- Bad warning: C0103 invalid module name "atom-linter\_7080..." at line 1 col 0 in .../\_\_init\_\_.py [\#57](https://github.com/AtomLinter/linter-pylint/issues/57)
- Linter v2 [\#205](https://github.com/AtomLinter/linter-pylint/pull/205) ([Arcanemagus](https://github.com/Arcanemagus))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-pylint",
"main": "./lib/main.js",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "Lint python on the fly, using pylint",
"repository": "https://github.com/AtomLinter/linter-pylint",
Expand Down

0 comments on commit f4b2d6a

Please sign in to comment.