Skip to content

v0.1.2

Compare
Choose a tag to compare
@kangtegong kangtegong released this 31 Oct 16:45
· 27 commits to main since this release

Added

  • GitHub Workflows.
    • Introduced push-test.yml workflow to automatically run tests on every push.
    • Added python-publish.yml workflow for Python package publishing.

Changed

  • Dynamic Versioning in Tests.
    • Refactored tests in runtests.py to dynamically retrieve the __version__ from pyftrace/__init__.py.