Skip to content

v1.0.8

Latest
Compare
Choose a tag to compare
@jmgate jmgate released this 13 May 13:50
· 186 commits to master since this release

Chore

  • chore: Remove commitizen configuration (73ceec1)

  • chore: Remove commitizen pre-commit hook (18c274f)

    In order to enable a faster development workflow, remove the commitizen
    pre-commit hook to allow commits messages that don't adhere to the
    Conventional Commits specification. Commit messages are still checked
    in the Continuous Integration workflow, though, so a branch will need to
    be clean before merging.

Continuous Integration

Documentation

  • docs: Fix license/copyright text in file (1d496c1)

    Should have been included in b355341,
    but was overlooked.

  • docs: Reword Conventional Commits guidelines (6659b11)

  • docs: Add code lines badge (9e4953d)

Patch

  • patch: Indicate that the package is typed (bd89c55)

    According to PEP 561, we need to add this file to static type checkers
    can infer the types from the package.

Test

  • test: Ignore assert warnings in test files (01f97d0)