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

Commit 0f3d359

Browse files
committed
Prepare v2.3.0 release
1 parent 6904d00 commit 0f3d359

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

.github_changelog_generator

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
user=AtomLinter
2+
project=linter-flake8
3+
unreleased=true
4+
future-release=v2.3.0
5+
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External,Unable to reproduce

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
.idea
33
node_modules
44
npm-debug.log
5-
.github_changelog_generator

CHANGELOG.md

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

3+
## [v2.3.0](https://github.com/AtomLinter/linter-flake8/tree/v2.3.0) (2017-12-06)
4+
5+
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.2.1...v2.3.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Files not being excluded via Atom, but command line flake8 does [\#454](https://github.com/AtomLinter/linter-flake8/issues/454)
10+
- Update eslint-config-airbnb-base to version 12.0.0 🚀 [\#496](https://github.com/AtomLinter/linter-flake8/pull/496) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
11+
- Pass filename to Flake8 [\#482](https://github.com/AtomLinter/linter-flake8/pull/482) ([lucasdf](https://github.com/lucasdf))
12+
- Update eslint to version 4.3.0 🚀 [\#460](https://github.com/AtomLinter/linter-flake8/pull/460) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
13+
14+
**Fixed bugs:**
15+
16+
- Object.dirname is deprecated. [\#527](https://github.com/AtomLinter/linter-flake8/issues/527)
17+
- Linter-flake8 doesn't resolve the configuration as flake8 [\#124](https://github.com/AtomLinter/linter-flake8/issues/124)
18+
- Guard against invalid TextEditor and empty paths [\#544](https://github.com/AtomLinter/linter-flake8/pull/544) ([Arcanemagus](https://github.com/Arcanemagus))
19+
- Use Trusty image on Travis-CI [\#448](https://github.com/AtomLinter/linter-flake8/pull/448) ([Arcanemagus](https://github.com/Arcanemagus))
20+
- Add support to default config files [\#447](https://github.com/AtomLinter/linter-flake8/pull/447) ([gpiress](https://github.com/gpiress))
21+
322
## [v2.2.1](https://github.com/AtomLinter/linter-flake8/tree/v2.2.1) (2017-04-25)
423

524
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.2.0...v2.2.1)

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

0 commit comments

Comments
 (0)