From 0f3d35965a0761c6cb229ebc7a1d3938215376a2 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Wed, 6 Dec 2017 10:00:30 -0800 Subject: [PATCH] Prepare v2.3.0 release --- .github_changelog_generator | 5 +++++ .gitignore | 1 - CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 4 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 .github_changelog_generator diff --git a/.github_changelog_generator b/.github_changelog_generator new file mode 100644 index 0000000..32ba71c --- /dev/null +++ b/.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 diff --git a/.gitignore b/.gitignore index a698656..cee7289 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ .idea node_modules npm-debug.log -.github_changelog_generator diff --git a/CHANGELOG.md b/CHANGELOG.md index c51b59f..23c9aa8 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index 130d96a..2fa25d0 100644 --- a/package.json +++ b/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": {