Skip to content

v0.1.4

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 20:55
· 1 commit to main since this release
v0.1.4
cb0f8a6
  • smaller, cosmetic changes

    • changed supported python versions 3.9-3.12
    • changed formatting of the version.sh script
    • fixed a small typo in the CHANGELOG.md
    • adapted the output in README.md to reflect version changes
  • update type checks
    Use list instead of List for type annotation
    Use dict instead of Dict for type annotation
    Use tuple instead of Tuple for type annotation

    This is because the minimum supported version has been moved from 3.8 to
    3.9

  • fix node mapping, update deps
    This fixes #9

    • run release only on main
    • fix typing
    • fix tests / lint errors

Full Changelog: 0.1.2...v0.1.4