Releases: smarie/python-genbadge
Releases · smarie/python-genbadge
1.1.3 - Bugfix and removal of deprecated dependency
1.1.2 - Bugfix and new packaging
- Fix branch coverage rate comparison when used with --branch without actual branches. Fixes
#23. PR
#37 by marcegeek. - Removed python 2.7, 3.5, 3.6 and 3.7 from CI. This version is the last where python versions < 3.8 are officially
supported. - Refactored project layout so that tests are not packaged in wheel.
condais not the backend virtual environment anymore. Fixes #35.
See documentation page for details.
1.1.1 - Fixed support for latest Pillow and Python
- Fixed support for Python 3.12 by adding
setuptoolsrequirement explicitly. Fixed
#32. - Fixed support for
Pillowversion 10 or greater. PR #33 by
famura.
See documentation page for details.
1.1.0 - Option to change or remove the badge name
- A new
-n/--namecommandline option can be used with all badge generation commands to override the badge label (left text). A--nonamecommandline flag can alternatively be used to remove the left part completely. PR #25 bynefrob.
See documentation page for details.
1.0.6 - Bugfix
- Fixed the badge generator in "local" mode (badge created from local SVG template, not downloaded from shields.io). Fixes #19. PR #20 by
texnofobix.
See documentation page for details.
1.0.5 - Bugfix
- Removed dependency to
xunitparserbecause its packaging relies onuse_2to3which is not supported anymore in setuptools. Fixes #18.
See documentation page for details.
1.0.4 - Bugfix
genbadge coverage: fixedZeroDivisionErrorwhencoverage.xmlcontains 0 branches (in particular when--no-branchoption is set). Fixes #15
See documentation page for details.
1.0.3 - technical release
setup.pyis now using the contents ofsetup.cfgfor download url and setuptools_scm. There is now a single configuration file. See setuptools_scm#582.
See documentation page for details.
1.0.2 - technical release
- Fixed the release message.
See documentation page for details.
1.0.1 - bugfix - `defusedxml` import
genbadge coveragecommand: fixedImporErrorwithdefusedxml. Fixed #14.
See documentation page for details.