Release Notes

Versioning

Describe how the project is versioned. For example:

We use SemVer for versioning. For the versions available, see the the project tags.

v1.0.1

Features/Bug Fixes:

  • new feature for python 3.8, support enum item name check

  • refactor tests to reduce code duplications

  • use github actions to replace external CIs

  • remove pytest-mock from test-requirements and use unittest.mock replace its usages in tests

v1.0.2

Features/Bug Fixes:

  • Introduces #64: Disable pyup checks for test-requirements

  • Introduces #65:

    • remove irrelevant badge

    • add badge for sonarcloud

    • fix issues in tests found by sonarcloud

  • Closed #66: the package is incompatible with python 3.8+ through #67

v1.1.0

Features/Bug Fixes: