Skip to content

ConfZ 1.3.0 Released

Compare
Choose a tag to compare
@silvanmelchior silvanmelchior released this 07 Jan 12:28
· 110 commits to main since this release
90993f8

This release improves the developer experience of ConfZ by adding support for many new tools.

New Features

  • Added py.typed marker (PEP 561)
  • GitHub actions to check PRs with pytest, coverage, mypy, pylint and black

Improvements

  • Increased code coverage to 100%
  • Conformity with mypy type checker
  • Conformity with pylint linter
  • Code formatting with black
  • Removed unused exceptions
  • Updated contribution guidelines

Fixed Issues

  • Fixed some typos

Compatibility Notes

This release is fully backwards-compatible with all 1.* versions released so far.