Skip to content

v0.3.0

Compare
Choose a tag to compare
@abid-mujtaba abid-mujtaba released this 02 Dec 14:51
· 7 commits to main since this release

v0.3.0 (2023-12-02)

Ci

  • ci: add semantic-pr workflow (#47)

Ensure that the PR title follows semantic commit style
otherwise version bumping won't work because
it looks at the commit titles to figure out if a bump is required and
the category of bump (509ac27)

Feature

  • feat: bump version to include deps (#49)
  • Need a commit using semantic convention to trigger a bump version to
    pick up the latest change which was to add typing-extension as a dep (9d585d8)

Unknown

  • Bump version to incorporate new deps (#48)

feat: bump version to incorporate new deps

  • typing-extensions was added as a dependency but was not incorporated
    because the commit didn't have semantic style.
  • we have added a github action to validate that can no longer happen
  • still need to bump the version to include the new dep (6ba5364)
  • Add typing-extensions as dependency (#46)

Used by library to support lower versions of Python (7d2b4a3)