From 3b1086df892aa2caed6321c9739723b98914a405 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Tue, 15 Aug 2017 09:03:08 -0700 Subject: [PATCH] Prepare v2.1.0 release --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eff283c..19f3727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## [v2.1.0](https://github.com/AtomLinter/linter-pycodestyle/tree/v2.1.0) (2017-08-15) +[Full Changelog](https://github.com/AtomLinter/linter-pycodestyle/compare/v2.0.2...v2.1.0) + +**Implemented enhancements:** + +- $PROJECT variable doesn't work [\#87](https://github.com/AtomLinter/linter-pycodestyle/issues/87) +- Add support for custom '--config' path [\#59](https://github.com/AtomLinter/linter-pycodestyle/issues/59) +- Implement specs [\#42](https://github.com/AtomLinter/linter-pycodestyle/issues/42) +- Switch to CircleCI 2.0 [\#127](https://github.com/AtomLinter/linter-pycodestyle/pull/127) ([Arcanemagus](https://github.com/Arcanemagus)) +- Add Greenkeeper badge 🌴 [\#126](https://github.com/AtomLinter/linter-pycodestyle/pull/126) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Switch to CircleCI 1.0 [\#125](https://github.com/AtomLinter/linter-pycodestyle/pull/125) ([Arcanemagus](https://github.com/Arcanemagus)) +- Add CI configuration [\#124](https://github.com/AtomLinter/linter-pycodestyle/pull/124) ([Arcanemagus](https://github.com/Arcanemagus)) +- Rewrite in JS and update [\#122](https://github.com/AtomLinter/linter-pycodestyle/pull/122) ([Arcanemagus](https://github.com/Arcanemagus)) +- Add specs [\#121](https://github.com/AtomLinter/linter-pycodestyle/pull/121) ([lucasdf](https://github.com/lucasdf)) + +**Fixed bugs:** + +- pep8 config files are not being used [\#69](https://github.com/AtomLinter/linter-pycodestyle/issues/69) +- Rewrite in JS and update [\#122](https://github.com/AtomLinter/linter-pycodestyle/pull/122) ([Arcanemagus](https://github.com/Arcanemagus)) +- Fix typo in package description [\#117](https://github.com/AtomLinter/linter-pycodestyle/pull/117) ([ghisvail](https://github.com/ghisvail)) + ## [v2.0.2](https://github.com/AtomLinter/linter-pycodestyle/tree/v2.0.2) (2017-03-21) [Full Changelog](https://github.com/AtomLinter/linter-pycodestyle/compare/v2.0.1...v2.0.2) diff --git a/package.json b/package.json index 937947a..69fdd14 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-pycodestyle", "main": "./lib/index", - "version": "2.0.2", + "version": "2.1.0", "description": "Linter plugin for pycodestyle", "repository": "https://github.com/AtomLinter/linter-pycodestyle", "license": "MIT",