Skip to content

Latest commit

 

History

History
executable file
·
43 lines (28 loc) · 1.84 KB

03_release_notes.rst

File metadata and controls

executable file
·
43 lines (28 loc) · 1.84 KB

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.

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

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

Features/Bug Fixes: