Skip to content

Release v0.6.1

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 02:05

What's Changed

Bug Fixes

  • fix: resolve remaining pre-commit hook quality issues (7fda6a1)
  • fix: remove unused import to pass pre-commit quality checks (314a928)
  • fix: clean up test file to pass all pre-commit quality checks (9d1ccf0)

Maintenance

  • chore: bump version to 0.6.1 [skip ci] (742f0eb)
  • test: verify Rust pre-commit hooks with formatting issues (96cb968)
  • test: demonstrate pre-commit hook quality gate enforcement (f9db0a1)
  • test: verify pre-commit hooks execution and auto-fixing (5a2c67d)

Installation

pip install demopy_gb_jj==0.6.1

Usage

import demopy
print(demopy.hello())  # Hello from demopy_gb_jj!
print(demopy.add(5, 7))  # 12

Full Changelog: v0.6.0...v0.6.1