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

Commit 49ad220

Browse files
committed
Prepare v2.1.0 release
1 parent b31657b commit 49ad220

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [v2.1.0](https://github.com/AtomLinter/linter-flake8/tree/v2.1.0) (2016-11-18)
4+
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.0.2...v2.1.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Handle errors more gracefully [\#277](https://github.com/AtomLinter/linter-flake8/pull/277) ([Arcanemagus](https://github.com/Arcanemagus))
9+
- Improve Atom startup time [\#276](https://github.com/AtomLinter/linter-flake8/pull/276) ([walles](https://github.com/walles))
10+
- Update eslint-config-airbnb-base to the latest version 🚀 [\#272](https://github.com/AtomLinter/linter-flake8/pull/272) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
11+
- Move to a generated changelog [\#264](https://github.com/AtomLinter/linter-flake8/pull/264) ([Arcanemagus](https://github.com/Arcanemagus))
12+
313
## [v2.0.2](https://github.com/AtomLinter/linter-flake8/tree/v2.0.2) (2016-10-18)
414
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.0.1...v2.0.2)
515

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.0.2",
4+
"version": "2.1.0",
55
"description": "Atom linter plugin for Python, using flake8",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)