Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 04:14
· 1 commit to main since this release

v0.2.0 (2024-10-06)

Build

  • build(deps): bump actions/setup-python from 4 to 5

Bumps actions/setup-python from 4 to 5.


updated-dependencies:

  • dependency-name: actions/setup-python
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]> (fbffce6)

  • build(deps): bump actions/checkout from 3 to 4

Bumps actions/checkout from 3 to 4.


updated-dependencies:

  • dependency-name: actions/checkout
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]> (4a523a6)

  • build(deps): bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 9.8.8 to 9.9.0.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]> (add1c17)

Feature

  • feat: added pytyped

Co-authored-by: Omar Fahmy <[email protected]> (b62b28d)

  • feat: add depandabot

Co-authored-by: Omar Fahmy <[email protected]> (78df511)

Fix

  • fix: updated poetry lock (534a469)

  • fix: update poetry lock (54229cb)

Refactor

  • refactor: removed try catch blocks

Co-authored-by: Omar Fahmy <[email protected]> (897ed6e)

  • refactor: removed unnecessary code

Co-authored-by: Omar Fahmy <[email protected]> (d4a3306)

Unknown