-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# Changelog | ||
|
||
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 | ||
|
||
|
||
### v1.0.2 (2021-10-05) | ||
|
||
- [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!): | ||
|
||
- [@jackton1](https://github.com/jackton1) | ||
- [@astariul](https://github.com/astariul) | ||
|
||
|
||
### v1.0.1 (2019-03-29) | ||
|
||
- [changed] Move Precision class into function scope | ||
|
||
|
||
### v1.0.0 (2019-03-29) | ||
|
||
- [fixed] Use coverage package for rounding the percentage (#6) | ||
|
||
Contributors to this version (thanks!): | ||
|
||
- [@simonfagerholm](https://github.com/simonfagerholm) | ||
|
||
|
||
### v0.2.0 (2016-11-29) | ||
|
||
- [fixed] Add XML declaration to generated SVGs (#4) | ||
- [added] Add support for multi-color badges (#3) | ||
|
||
Contributors to this version (thanks!): | ||
|
||
- [@inquire](https://github.com/inquire) | ||
- [@samael500](https://github.com/samael500) | ||
|
||
|
||
### v0.1.2 (2015-10-13) | ||
|
||
- [fixed] Bugfix in entry point | ||
|
||
|
||
### v0.1.1 (2015-10-13) | ||
|
||
- [chore] Set up testing | ||
|
||
|
||
### v0.1.0 (2015-10-13) | ||
|
||
- [chore"Initial release |