Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anapaulagomes committed Jul 13, 2018
1 parent a6de106 commit 6e9c67f
Show file tree
Hide file tree
Showing 4 changed files with 452 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: stable
hooks:
- id: black
args: [--check --line-length 80]
args: [--line-length=80, --check, .]
python_version: python3.6
- repo: [email protected]:pre-commit/pre-commit-hooks
rev: v1.2.3
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [0.2.0] - 2018-07-13
### Added
- Filter tests according with pytest file convention
- Only collects the tests from `git status`
Expand All @@ -10,5 +12,6 @@
### Added
- Run the tests according with changed files

[Unreleased]: https://github.com/anapaulagomes/pytest-picked/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/anapaulagomes/pytest-picked/compare/a5d86647c511ea56d0d4c42b416b2d7bac8111f6...v0.1.0
[Unreleased]: https://github.com/anapaulagomes/pytest-picked/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/anapaulagomes/pytest-picked/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/anapaulagomes/pytest-picked/compare/a5d86647c511ea56d0d4c42b416b2d7bac8111f6...v0.1.0
Loading

0 comments on commit 6e9c67f

Please sign in to comment.