Releases: pabluk/libgravatar
Releases · pabluk/libgravatar
Version 1.0.4
Changes, CI improvements or bug fixes:
- Support for FIPS-enabled systems (#15) thanks @nutjob4life
- Remove unsupported Python 3.6 version from CI (#17)
Version 1.0.3
Minor changes, CI improvments or bug fixes:
- Fix missing command on publish workflow (9d5f530)
- Remove unused twine package install (0a54eba)
Version 1.0.2
Minor changes, CI improvments or bug fixes:
- Replace twine by gh-action-pypi-publish for package publishing on PyPi (#14)
- Remove deprecated options on Github workflows
Version 1.0.1
Minor changes, CI improvments or bug fixes:
- Run test suite using Python 3.10 and 3.11 and replace nose by pytest (#13)
- Update Github Action versions used on workflows (#12)
Version 1.0.0
Major and/or breaking changes:
- Change default value of the use_ssl parameter. Now, by default all the URLs will use HTTPS (#9) Thanks to @xurble
Minor changes, CI improvments or bug fixes:
- Add Python's black support (#11)
- Test docstrings (#10)
- Migrate from Travis CI to Github Actions.