Skip to content

Chaincraft v0.4.2 - Mendoza

Choose a tag to compare

@jose-compu jose-compu released this 11 Mar 13:50
· 87 commits to main since this release
b883326

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