Chaincraft v0.4.2 - Mendoza
v0.4.2 – Code quality and release automation
What's Changed
- Version and publish pip license - bug by @jose-blockchain in #57
- Pre-commit hooks – Black and flake8 run on commit
- Code quality – Resolved flake8 issues (imports, line length, bare
except, whitespace) - Release automation – CI publishes to PyPI on tag push or release publish
- Documentation – Added instructions for setting up pre-commit hooks in the README
Setup
After cloning, run ./scripts/setup-hooks.sh to enable pre-commit checks.
Full Changelog: v0.4.0...v0.4.2