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

Commit 6c39c95

Browse files
committed
Prepare v2.2.0 release
1 parent d2fa35a commit 6c39c95

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [v2.2.0](https://github.com/AtomLinter/linter-flake8/tree/v2.2.0) (2017-04-25)
4+
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.5...v2.2.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Max Line Length default value is 79 [\#379](https://github.com/AtomLinter/linter-flake8/issues/379)
9+
- Builtins support? [\#163](https://github.com/AtomLinter/linter-flake8/issues/163)
10+
- Defer package dependency check [\#413](https://github.com/AtomLinter/linter-flake8/pull/413) ([Arcanemagus](https://github.com/Arcanemagus))
11+
- Uniquely spawn lint runs [\#412](https://github.com/AtomLinter/linter-flake8/pull/412) ([Arcanemagus](https://github.com/Arcanemagus))
12+
- Asyncify the specs [\#411](https://github.com/AtomLinter/linter-flake8/pull/411) ([Arcanemagus](https://github.com/Arcanemagus))
13+
- Add support for builtins [\#410](https://github.com/AtomLinter/linter-flake8/pull/410) ([Arcanemagus](https://github.com/Arcanemagus))
14+
- Update atom-linter to the latest version 🚀 [\#393](https://github.com/AtomLinter/linter-flake8/pull/393) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
15+
- Update default line-length value [\#381](https://github.com/AtomLinter/linter-flake8/pull/381) ([Arcanemagus](https://github.com/Arcanemagus))
16+
317
## [v2.1.5](https://github.com/AtomLinter/linter-flake8/tree/v2.1.5) (2017-03-18)
418
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.4...v2.1.5)
519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-flake8",
33
"main": "./lib/main.js",
4-
"version": "2.1.5",
4+
"version": "2.2.0",
55
"description": "Atom linter plugin for Python, using flake8",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)