Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Oct 8, 2021
1 parent 6f01617 commit 1b66d4d
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 1b66d4d

Please sign in to comment.