Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anapaulagomes committed Dec 7, 2018
1 parent d3873da commit c678047
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## [Unreleased]

## [0.4.0] - 2018-12-07
### Added
- Added --picked=first mode, which will run all tests, but with any changed tests queued first
### Modified
- Update dependencies

## [0.3.2] - 2018-11-25
### Added
Expand All @@ -24,7 +28,8 @@
### Added
- Run the tests according with changed files

[Unreleased]: https://github.com/anapaulagomes/pytest-picked/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/anapaulagomes/pytest-picked/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/anapaulagomes/pytest-picked/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/anapaulagomes/pytest-picked/compare/v0.3.0...v0.3.2
[0.3.0]: https://github.com/anapaulagomes/pytest-picked/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/anapaulagomes/pytest-picked/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(fname):

setup(
name="pytest-picked",
version="0.3.2",
version="0.4.0",
author="Ana Paula Gomes",
author_email="[email protected]",
maintainer="Ana Paula Gomes",
Expand Down

0 comments on commit c678047

Please sign in to comment.