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

Commit

Permalink
Prepare v2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Dec 6, 2017
1 parent 6904d00 commit 0f3d359
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github_changelog_generator
@@ -0,0 +1,5 @@
user=AtomLinter
project=linter-flake8
unreleased=true
future-release=v2.3.0
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External,Unable to reproduce
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,3 @@
.idea
node_modules
npm-debug.log
.github_changelog_generator
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# Change Log

## [v2.3.0](https://github.com/AtomLinter/linter-flake8/tree/v2.3.0) (2017-12-06)

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

**Implemented enhancements:**

- Files not being excluded via Atom, but command line flake8 does [\#454](https://github.com/AtomLinter/linter-flake8/issues/454)
- 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))
- Pass filename to Flake8 [\#482](https://github.com/AtomLinter/linter-flake8/pull/482) ([lucasdf](https://github.com/lucasdf))
- Update eslint to version 4.3.0 🚀 [\#460](https://github.com/AtomLinter/linter-flake8/pull/460) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

**Fixed bugs:**

- Object.dirname is deprecated. [\#527](https://github.com/AtomLinter/linter-flake8/issues/527)
- Linter-flake8 doesn't resolve the configuration as flake8 [\#124](https://github.com/AtomLinter/linter-flake8/issues/124)
- Guard against invalid TextEditor and empty paths [\#544](https://github.com/AtomLinter/linter-flake8/pull/544) ([Arcanemagus](https://github.com/Arcanemagus))
- Use Trusty image on Travis-CI [\#448](https://github.com/AtomLinter/linter-flake8/pull/448) ([Arcanemagus](https://github.com/Arcanemagus))
- Add support to default config files [\#447](https://github.com/AtomLinter/linter-flake8/pull/447) ([gpiress](https://github.com/gpiress))

## [v2.2.1](https://github.com/AtomLinter/linter-flake8/tree/v2.2.1) (2017-04-25)

[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.2.0...v2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "linter-flake8",
"main": "./lib/main.js",
"version": "2.2.1",
"version": "2.3.0",
"description": "Atom linter plugin for Python, using flake8",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 0f3d359

Please sign in to comment.