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

Commit

Permalink
Prepare v1.13.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Sep 6, 2016
1 parent 547ca34 commit 58e7748
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 1.13.4

* Fixed a bug in how the config file path was being generated ([#244](https://github.com/AtomLinter/linter-flake8/pull/244))

## 1.13.3

* Better handling of F401 errors ([#218](https://github.com/AtomLinter/linter-flake8/pull/218))
Expand Down Expand Up @@ -29,7 +33,7 @@

## 1.11.0

* Expand `~` in paths for *NIX users (#154)
* Expand `~` in paths for \*NIX users (#154)

## 1.10.1

Expand Down Expand Up @@ -81,7 +85,7 @@

## 1.0.2

* Mistake in repo url
* Mistake in repo URL

## 1.0.3

Expand All @@ -101,13 +105,13 @@

## 1.0.7

* Fixed mistakes in README.md pyflakes -> flake8
* Fixed mistakes in README.md `pyflakes` -> `flake8`

`flake8` path should be specified in key: `executableDir`

## 1.0.8

* Changed repo name to linter-flake8
* Changed repo name to `linter-flake8`
* Added new options in config
* Fixed a typo in config

Expand All @@ -121,7 +125,7 @@

## 1.2.0

* Add maxComplexity and selectErrors options to config
* Add `maxComplexity` and `selectErrors` options to config

## 1.3.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "linter-flake8",
"main": "./lib/main",
"version": "1.13.3",
"version": "1.13.4",
"description": "Atom linter plugin for Python, using flake8",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 58e7748

Please sign in to comment.