Skip to content

Releases: abid-mujtaba/testing-fixtures

v0.1.8

12 Nov 01:08
Compare
Choose a tag to compare

v0.1.8 (2023-11-12)

Fix

  • fix: add deploy workflow (#35)
  • refactor old deploy to the version workflow since it was technically
    all about bumping the version using semantic-release
  • add an actual deploy workflow which currently is publishing only to Test PyPI (2f14668)

v0.1.7

11 Nov 22:08
Compare
Choose a tag to compare

v0.1.7 (2023-11-11)

Fix

  • fix: disable cancel in progress (#34)

unfortunately even though cancel-in-progress when
a new commit is pushed to a branch while the previous build is running
works BUT it sends an automated email which is indicative of a failure
while this should technically be considered normal/desired behavior (632b84f)

v0.1.6

11 Nov 21:55
Compare
Choose a tag to compare

v0.1.6 (2023-11-11)

Fix

  • fix: revert upstream semantic-release (#33)

The upstream python-semantic-release Github Action is unable to build
using pyproject-build (ec7e2c1)

  • fix: switch to using upstream semantic-release action (#32)

rather than install semantic-release and run it by hand we attempt to use
the upstream python-semantic-release action (2fabb08)

Add most functionality

05 Nov 22:25
Compare
Choose a tag to compare
v0.0.2

Rename project (use hyphen) and add home page (github)

v0.0.1

05 Nov 22:23
Compare
Choose a tag to compare

First release of package.