This project follows semantic versioning.
Possible log types:
[added]
for new features.[changed]
for changes in existing functionality.[deprecated]
for once-stable features removed in upcoming releases.[removed]
for features removed in this release.[fixed]
for any bug fixes.[security]
to invite users to upgrade in case of vulnerabilities.[chore]
for maintenance changes
- [changed] Include setuptools as dependency (#31)
Contributors to this version (thanks!):
Note: This project is now in maintenance mode. See README.md
for more details.
- [fixed] Fix compatibility with coverage 7.5 (#28, #29)
- [changed] Drop Python <=3.8 support
Contributors to this version (thanks!):
Note: This project is now in maintenance mode. See README.md
for more details.
- [added] Compatibility with coverage.py 6.x (#17)
Contributors to this version (thanks!):
- [changed] Drop Python <=3.5 support
- [change] Update install requirements to include coverage (#12)
- [fixed] Lock coverage.py version dependency to 5.x (#14)
- [chore] Switch from TravisCI to GitHub actions
- [chore] Upgrade pytest
- [chore] Improve docs
Contributors to this version (thanks!):
- [changed] Move Precision class into function scope
- [fixed] Use coverage package for rounding the percentage (#6)
Contributors to this version (thanks!):
- [fixed] Add XML declaration to generated SVGs (#4)
- [added] Add support for multi-color badges (#3)
Contributors to this version (thanks!):
- [fixed] Bugfix in entry point
- [chore] Set up testing
- [chore] Initial release