0.5.1 - 2024-11-05
- Add support to Python 3.12 and 3.13dev
- Prevent branch mode warnings in unstaged mode (#183)
- Replace setup.py by pyproject.toml
0.5.0 - 2023-07-27
- Make
main
the default parent branch (#148) - Drop support to Python 3.5 and 3.6, and add support to 3.9, 3.10, and 3.11
0.4.6 - 2020-12-17
- Add optional parameter,
--parent-branch
, to point to different parent branch (#113)
- Add fixture for git user configuration
- Skip "Publish to Test PyPi" workflow when there is no change on setup.py
0.4.4 - 2020-03-21
- Fix branch mode for renaming cases (#77)
0.4.3 - 2020-03-20
- Fix delete indicator for unstagged mode (#75)
- Use
git diff name-status
for branch mode (#72)
0.4.1 - 2019-03-07
- Support relative paths
0.4.0 - 2018-12-07
- Added --picked=first mode, which will run all tests, but with any changed tests queued first
0.3.2 - 2018-11-25
- Add pyup support
0.3.0 - 2018-08-09
- Option to run tests modified in the current branch
0.2.0 - 2018-07-13
- Filter tests according with pytest file convention
- Only collects the tests from
git status
- LambdaLint with Pylint and Bandit and Black in Tox
0.1.0 - 2018-05-24
- Run the tests according with changed files