Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 19:49
· 3 commits to master since this release

v0.2.0 (2024-07-27)

Chore

  • chore(coverage): added Codecov and Code Climate (0a585b8)

  • chore: Send coverage report to Coveralls after all checks completed (d8f767d)

  • chore: Skip build setup steps if version was not changed (86d2c8d)

  • chore: Run tests for multiple python versions (8258249)

Documentation

  • docs: readme cleanup (8dba323)

  • docs: Update pypi badge color (blue) (feb756a)

  • docs: Set coveralls badge branch to "master" in README.rst (5fcbfb7)

Feature

  • feat: support annotated fields without default values (f4bf2dd)

Refactor

  • refactor: added tests, improved coverage (9dff209)

  • refactor: added tests, improved coverage (cbd80e7)

  • refactor: using assert instead of unreachable exception (11444cb)

  • refactor: replaced unreachable exceptions with asserts (b2cdc88)