v0.1.2
Added
- GitHub Workflows.
- Introduced
push-test.yml
workflow to automatically run tests on every push. - Added
python-publish.yml
workflow for Python package publishing.
- Introduced
Changed
- Dynamic Versioning in Tests.
- Refactored tests in
runtests.py
to dynamically retrieve the__version__
frompyftrace/__init__.py
.
- Refactored tests in