Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cemsbr committed Oct 12, 2019
1 parent 24ebdc8 commit 6a3c0cc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.0.0] - 2019-10-10
## [2.1.0] - 2019-10-12
### Added
- Windows support

## [2.0.0] - 2019-10-10
### Added
- Flake8 support
- Pyflakes support
Expand All @@ -17,13 +20,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Install only isort and pycodestyle by default. For the old behaviour: `pip install yala[all]`

## [1.8.0] - 2019-10-06

### Added
- Radon is back - thanks CartoonFan [#136](https://github.com/cemsbr/yala/issues/136)
- Fixed linter issues

## [1.7.0] - 2018-08-25

### Added
- Support to pycodestyle >= 2.4.0

Expand All @@ -32,7 +33,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Unused code to parse pyflakes and radon
- dev: dependency management via requirements file (use pipenv)

[Unreleased]: https://github.com/cemsbr/yala/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/cemsbr/yala/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/cemsbr/yala/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/cemsbr/yala/compare/v1.8.0...v2.0.0
[1.8.0]: https://github.com/cemsbr/yala/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/cemsbr/yala/compare/v1.6.0...v1.7.0

0 comments on commit 6a3c0cc

Please sign in to comment.