Skip to content

Latest commit

 

History

History
471 lines (375 loc) · 16.9 KB

File metadata and controls

471 lines (375 loc) · 16.9 KB

Changelog

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and entries are generated from Conventional Commits.

[1.3.0] - 2026-08-22

New Features

  • Adopt check-test-layout as a shared hook, drop the GitHub form templates (#360)

Bug Fixes

  • Route hook diagnostics to stderr and document the entry points (#350)
  • (update-readme-help) Tag the generated fence as text (#358)
  • The four /rhiza:quality findings (#361, #362, #363, #364) (#365)
  • Guard the documented install path, retire the fuzz harness (#366, #367, #368) (#369)

Documentation

  • Update CLAUDE.md for the v1.3.4 removal of .rhiza/tests (#354)

Maintenance

  • Update rhiza to v1.3.2 (#342)
  • (ci) Bump the rhiza pin to v1.3.3 (#345)
  • Chore(deps)(deps): bump the github-actions group with 2 updates (#344)
  • Chore(deps-dev)(deps-dev): bump hypothesis (#343)
  • Cache prek hook environments so shellcheck stops flaking (#347)
  • Update rhiza to v1.3.3 (#346)
  • Chore(deps-dev)(deps-dev): bump hypothesis (#351)
  • Chore(deps-dev)(deps-dev): bump types-pyyaml (#352)
  • Update rhiza to v1.3.4 (#353)
  • Drop .rhiza/.env and .rhiza/.gitignore (#355)
  • Update rhiza to v1.4.2 (#357)

Other Changes

  • Delete .clusterfuzzlite directory
  • Delete .rhiza/history (#356)
  • Delete .github/workflows/rhiza_fuzzing.yml (#359)

[1.2.0] - 2026-08-04

New Features

  • Run the hook suite with prek instead of pre-commit (#332)

Bug Fixes

  • Drop the unreachable HTTPS scheme guard in _bundles_fetch (#340) (#341)

Maintenance

  • Drop pytest-cov and pytest-timeout from the test group (#334)
  • Chore(deps-dev)(deps-dev): bump the python-dependencies group with 2 updates (#336)
  • Chore(deps)(deps): bump the github-actions group with 3 updates (#337)
  • Drop the dev group and the uvx-provisioned lint dependencies (#335)
  • Rename the stubs dependency group from lint to types (#338)

Reverts

  • Drop the render-precommit CLI shipped in v1.1.0 (#333)

[1.1.0] - 2026-08-03

New Features

  • Ship the pre-commit fragment renderer as an installable CLI (#329)

Bug Fixes

  • Accept the language: key in .rhiza/template.yml (#331)

[1.0.0] - 2026-08-03

New Features

  • Three invariant hooks and bumpversion target validation (nine hooks to twelve) (#309)

Bug Fixes

  • Pin newline="" at the two shipped write sites (#321)

Documentation

  • Correct the sync instruction and the stale .claude/ snapshot (#311)
  • Publish the 6 missing API-reference pages and gate docs parity (#322) (#323)

Maintenance

  • Declare the package-internal API and flatten the last B-rank block (#303)
  • Inject the fetch opener instead of patching urlopen by name (#308)
  • Detect .pre-commit-config.yaml drift from the template's hook list (#310)
  • Update rhiza to v1.3.0 (#316)
  • Extract the shared makefile parser and read every file as UTF-8 (#317)
  • Inject the bundles fetcher instead of patching it by name in 15 tests (#319)
  • Split the bumpversion config readers out of the hook (#324) (#326)
  • Diagnose an untracked src/ module behind a try-repo import failure (#327)

Other Changes

  • Dogfood the hooks locally instead of by remote rev, and run all nine (#298)

[0.8.0] - 2026-08-02

New Features

  • Add check-bumpversion-config hook (#287)

Maintenance

  • Flatten the Rust and Go version checks; document the new hooks (#291)
  • Enforce the pre-commit manifest contract and widen the e2e run (#297)

Other Changes

  • Remove mutation testing; add six boundary tests; keep the README rev pin current (#292)

[0.7.1] - 2026-08-02

Bug Fixes

  • (test) Restore working module-execution test broken by autofix (#228)
  • Consolidate AI code-quality findings from PRs #231-#235 (#236)
  • Return None sentinel from _load_and_validate_config (#239)
  • (test) Make main delegation directly testable to stop autofix churn (#247)
  • Catch OverflowError/ValueError from PyYAML scanner in load_yaml_mapping (#262)

Documentation

  • Document internal logic modules in the API reference (#214)

Maintenance

  • (fuzz) Copy source into $SRC directly and pin pip in the build (#207)
  • Chore(deps)(deps): bump the github-actions group with 3 updates (#210)
  • Chore(deps-dev)(deps-dev): bump ruff in the python-dependencies group (#211)
  • Update rhiza to v1.0.0 (#215)
  • Drop unused args binding in check_python_version main (#217)
  • Update rhiza to v1.0.1 (#218)
  • Hoist subprocess import and justify subprocess.run calls (#224)
  • Reduce validation complexity and dedup YAML loading (#248, #249) (#250)
  • Chore(deps-dev)(deps-dev): bump hypothesis (#251)
  • Chore(deps)(deps): bump the github-actions group with 12 updates (#252)
  • Update rhiza to v1.1.1 (#253)
  • Cut complexity of the named B-grade blocks; decouple bundles validate from fetch (#256)
  • Flatten remaining B-grade complexity blocks to grade A (#257) (#258)
  • Update rhiza to v1.1.2 (#259)
  • Update rhiza to v1.1.3 (#260)
  • Chore(deps-dev)(deps-dev): bump the python-dependencies group with 2 updates (#261)
  • Sync rhiza template to v1.2.0 (#263)
  • Update rhiza to v1.2.1 (#264)
  • Mirror test layout to source for check_test_layout parity (#267)
  • Chore(deps-dev)(deps-dev): bump the python-dependencies group with 2 updates (#276)
  • Chore(deps)(deps): bump the github-actions group with 13 updates (#275)
  • (pyproject) Modernize Python version and license metadata (#277)
  • Chore(deps)(deps): bump docker/login-action in the github-actions group (#278)
  • Chore(deps-dev)(deps-dev): bump the python-dependencies group with 3 updates (#279)
  • Update rhiza to v1.2.5 (#281)
  • Retire forked check_test_layout.py in favour of canonical opt-out (#286)
  • Declare bump-my-version config in pyproject.toml

Other Changes

  • Chore/fuzz build src and pip (#208)
  • Sync Rhiza template v0.19.4 → v0.19.6 (#209)
  • Sync Rhiza template v0.19.6 → v0.19.9 (#212)
  • Fix for Commented-out code (#216)
  • Apply suggested fix to .rhiza/tests/structure/test_project_layout.py from Copilot Autofix (#220)
  • Potential fixes for 2 code quality findings (#221)
  • Apply suggested fix to src/rhiza_hooks/check_python_version.py from Copilot Autofix (#225)
  • Apply suggested fix to tests/test_update_readme_help.py from Copilot Autofix (#227)
  • Apply suggested fix to tests/test_check_workflow_names.py from Copilot Autofix (#226)
  • Apply suggested fix to src/rhiza_hooks/check_template_bundles.py from Copilot Autofix (#232)
  • Apply suggested fix to tests/test_update_readme_help.py from Copilot Autofix (#244)
  • Potential fixes for 3 code quality findings (#243)
  • Reconcile test-layout parity with the repo’s flat test structure (#266)
  • Resolve quality issues #268–#273 (#274)
  • Wire the test-layout checker into a gate; raise the coverage gate to 100 (#284)
  • Add check-rust-version-consistency and check-go-version-consistency hooks (#285)

[0.7.0] - 2026-06-24

New Features

  • Add ClusterFuzzLite fuzzing for the template-bundles parser (#206)

Maintenance

  • Add main-branch-protection ruleset (copied from jebel-quant/rhiza) (#205)
  • (fuzz) Copy source into $SRC directly and pin pip in the build

[0.6.4] - 2026-06-23

Maintenance

  • Chore(deps-dev)(deps-dev): bump the python-dependencies group with 3 updates (#204)
  • Chore(deps)(deps): bump actions/checkout in the github-actions group (#203)

Other Changes

  • Sync Rhiza template v0.19.3 → v0.19.4 (#202)
  • Bump version 0.6.3 → 0.6.4

[0.6.3] - 2026-06-17

Documentation

  • (contributing) Document release flow and PyPI publish kill-switch (#186)
  • (contributing) Document OpenSSF Scorecard target and sub-8 checks (#187)
  • Add per-hook troubleshooting sections to README (#188)
  • Document --retries/--timeout flags and add Unreleased changelog (#193)

Maintenance

  • (#191) Split check_template_bundles into fetch/validate/config modules (#192)
  • Chore(deps)(deps): bump the github-actions group with 10 updates (#196)
  • Add Rhiza Claude commands (/rhiza_quality, /rhiza_update) (#194)
  • Chore(deps-dev)(deps-dev): bump the python-dependencies group with 2 updates (#195)

Other Changes

  • Harden hooks + dedupe: find_repo_root, workflow-name block scalars, Makefile regex, bundle validation (#171)
  • Address remaining hook issues: makefile targets, fetch retry/offline, docs (#161, #163, #166, #167, #168, #169, #170) (#172)
  • Address #175, #177, #180: gitignore mypy cache, SHA-pin workflows, compound requires-python (#185)
  • Refactor #173: typed BundlesDoc result, remove all cast() calls (#189)
  • Address open enhancement issues (#174, #179, #184) (#190)
  • Sync Rhiza template v0.18.8 → v0.19.3 (#197)
  • Install rhiza_hooks into the book build env for mkdocstrings (#201)
  • Bump version 0.6.2 → 0.6.3

[0.6.2] - 2026-06-13

New Features

  • Add py.typed marker for PEP 561 type distribution (#138)
  • Add OpenSSF Scorecard workflow and README badge (#146)

Bug Fixes

  • (ci) Correct unresolvable scorecard-action SHA pin (#148)

Documentation

  • Update README pre-commit rev example to v0.5.1 (#137)
  • Document SBOM retrieval for consumers in SECURITY.md (#139)
  • Surface changelog in MkDocs nav (#144)
  • Surface CHANGELOG.md in MkDocs nav (#140)
  • Surface CODE_OF_CONDUCT and CONTRIBUTING at .github/ path (#143)
  • Add Getting help section to README (#156)

Maintenance

  • Chore(deps-dev)(deps-dev): bump ruff in the python-dependencies group (#116)
  • Chore(deps)(deps): bump the github-actions group with 9 updates (#117)
  • Add Hypothesis property-based tests for pure helpers (#141)
  • Collapse repetitive field validators into a rule table (#145)
  • Add uv.lock integrity gate to CI (#155)
  • Add advisory mutation-testing signal (mutmut) (#147)

Other Changes

  • Tighten tooling rigor: type checking, coverage gate, warnings-as-errors (#118)
  • Address open issues #119–#123 (#124)
  • Add explicit no-funding metadata for community profile completeness (#159)
  • Remove duplicate Changelog item from MkDocs navigation (#158)
  • Advertise enforced 100% mutation score in README and testing docs (#157)
  • Bump version 0.5.1 → 0.6.0
  • Bump version 0.6.0 → 0.6.1
  • Bump version 0.6.1 → 0.6.2

[0.5.1] - 2026-06-08

Maintenance

  • Update rhiza to v0.18.4 (#112)
  • Chore(deps)(deps): bump the github-actions group with 8 updates (#113)
  • Chore(deps)(deps): bump the github-actions group with 9 updates (#114)
  • Update rhiza to v0.18.8 (#115)

Other Changes

  • Bump version 0.5.0 → 0.5.1

[0.5.0] - 2026-05-28

Maintenance

  • Chore(deps-dev)(deps-dev): bump types-pyyaml (#101)
  • Update Rhiza template to v0.10.9 (#102)
  • Update rhiza to v0.15.2 (#106)
  • Update rhiza to v0.15.3 (#108)
  • Update rhiza to v0.17.0 (#109)
  • Update rhiza to v0.18.2 (#111)

Other Changes

  • Bump version 0.4.0 → 0.5.0

[0.4.0] - 2026-05-19

Bug Fixes

  • Serve coverage badge from GitHub Pages instead of gh-pages branch (#100)

Documentation

  • Add API reference and CI/CD reports to book

Dependencies

  • (deps) Update pre-commit hook jebel-quant/rhiza-hooks to v0.3.3 (#82)
  • (deps) Lock file maintenance (#83)

Maintenance

  • Update rhiza template version to v0.9.5
  • Sync rhiza template v0.9.5
  • Update rhiza template version to v0.10.1 (#87)
  • Chore(deps)(deps): bump the github-actions group with 2 updates (#89)
  • Sync rhiza template to latest (#88)
  • Chore(deps)(deps): bump github/codeql-action in the github-actions group (#92)
  • Chore(deps-dev)(deps-dev): bump types-pyyaml (#93)
  • Chore(deps)(deps): bump github/codeql-action in the github-actions group (#94)
  • Update Rhiza template to v0.10.7 (#97)

Other Changes

  • Ensure _book/ exists before touching .nojekyll when mkdocs.yml is absent
  • Update template.yml to reference version v0.9.4 (#84)
  • Add root-level mkdocs.yml inheriting from docs/mkdocs-base.yml (#86)
  • Tschm patch 1 (#90)
  • Update mkdocs.yml
  • Update reference version to v0.10.3 (#91)
  • Remove Guides section from mkdocs.yml (#98)
  • Accept profiles in .rhiza/template.yml for check-rhiza-config (#96)
  • Bump version 0.3.3 → 0.4.0

[0.3.3] - 2026-04-12

Maintenance

  • Chore(deps)(deps): bump docker/login-action in the github-actions group (#79)

Other Changes

  • Update template.yml to use ref v0.9.2 (#80)
  • Bump version 0.3.2 → 0.3.3

[0.3.2] - 2026-04-02

Maintenance

  • Chore(deps)(deps): bump github/codeql-action in the github-actions group (#77)

Other Changes

  • Update ref version to v0.8.20 and add renovate template (#78)
  • Bump version 0.3.1 → 0.3.2

[0.3.1] - 2026-03-22

Dependencies

  • (deps) Update pre-commit hook astral-sh/uv-pre-commit to v0.10.3 (#43)
  • (deps) Update dependency astral-sh/uv to v0.10.3 (#42)
  • (deps) Update pre-commit hook python-jsonschema/check-jsonschema to v0.36.2 (#44)
  • (deps) Update pre-commit hook rhysd/actionlint to v1.7.11 (#45)
  • (deps) Update actions/download-artifact action to v7 (#47)
  • (deps) Update dependency jebel-quant/rhiza to v0.8.0 (#46)
  • (deps) Update dependency astral-sh/uv to v0.10.4 (#48)
  • (deps) Update pre-commit hook astral-sh/uv-pre-commit to v0.10.4 (#49)
  • (deps) Update pre-commit hook astral-sh/ruff-pre-commit to v0.15.2 (#50)
  • (deps) Update github/codeql-action action to v4.32.4 (#51)
  • (deps) Update dependency astral-sh/uv to v0.10.5 (#53)
  • (deps) Update pre-commit hook astral-sh/uv-pre-commit to v0.10.5 (#55)
  • (deps) Update dependency jebel-quant/rhiza to v0.8.3 (#54)
  • (deps) Update astral-sh/setup-uv action to v7.3.1 (#56)
  • (deps) Update docker/login-action action to v4 (#66)
  • (deps) Update actions/download-artifact action to v8 (#61)
  • (deps) Update actions/upload-artifact action to v7 (#62)
  • (deps) Update github/codeql-action action to v4.33.0 (#65)

Other Changes

  • Update template repository and version reference
  • Sync
  • Update .cfg.toml (#52)
  • Update template.yml to reference version v0.8.12 (#67)
  • Update template.yml to use ref v0.8.13 (#71)
  • Tschm patch 200 (#72)
  • Update init.py (#73)
  • [WIP] Add coverage badge pointing to gh-pages (#75)
  • Add license-files to pyproject.toml (#76)
  • Bump version 0.3.0 → 0.3.1

[0.3.0] - 2026-02-13

Dependencies

  • (deps) Update dependency astral-sh/uv to v0.10.1 (#36)
  • (deps) Update pre-commit hook jebel-quant/rhiza-hooks to v0.2.1 (#38)
  • (deps) Update pre-commit hook astral-sh/uv-pre-commit to v0.10.2 (#37)

Other Changes

  • Fix broken link to non-existent book/README.md
  • Fix pdoc documentation including pycache directories
  • Sync
  • Sync (#39)
  • Add repository and ref as aliases for template configuration keys (#41)
  • Bump version 0.2.1 → 0.3.0

[0.2.1] - 2026-02-08

Other Changes

  • Do not push to pypi
  • Bump version 0.2.0 → 0.2.1

[0.2.0] - 2026-02-08

Maintenance

  • Tests (#29)

Other Changes

  • Update pre commit (#26)
  • Delete .rhiza/template-bundles.yml
  • Tschm patch 1 (#27)
  • Sync (#28)
  • Adopt src layout for package structure (#30)
  • Delete .github/workflows/hooks_release.yml (#31)
  • Hooks (#32)
  • Add CodeFactor badge to README (#33)
  • Achieve 100% test coverage for rhiza-hooks (#34)
  • Refactor complex functions to reduce cyclomatic complexity (#35)
  • Fix linting issues and apply code formatting
  • Bump version 0.1.6 → 0.2.0

[0.1.6] - 2026-02-05

Other Changes

  • Fix check-template-bundles hook path resolution and add template filtering (#25)
  • Bump version 0.1.5 → 0.1.6

[0.1.5] - 2026-02-05

Other Changes

  • Add template-bundles.yml validator with dependency checking (#19)
  • Delete .github/workflows/rhiza_book.yml (#21)
  • Delete .github/workflows/rhiza_benchmarks.yml (#20)
  • Delete book/marimo/notebooks directory (#22)
  • Delete .rhiza/make.d/02-book.mk (#23)
  • Bump version 0.1.4 → 0.1.5

[0.1.4] - 2026-02-05

Bug Fixes

  • Patch subprocess directly in module execution test

Dependencies

  • (deps) Update dependency python to 3.14 (#4)
  • (deps) Update actions/setup-python action to v6 (#6)
  • (deps) Update actions/checkout action to v6 (#5)
  • (deps) Update astral-sh/setup-uv action to v7 (#7)
  • (deps) Update github/codeql-action action to v4.32.1 (#8)
  • (deps) Update pre-commit hook abravalheri/validate-pyproject to v0.25 (#9)
  • (deps) Update ghcr.io/astral-sh/uv docker tag to v0.9.30 (#12)
  • (deps) Update dependency astral-sh/uv to v0.9.30 (#11)
  • (deps) Update pre-commit hook astral-sh/uv-pre-commit to v0.9.30 (#13)

Maintenance

  • Increase test coverage to 100%

Other Changes

  • Fmt
  • Revert "fmt"
  • Sync
  • Sync
  • Fmt
  • Deactivate the make help output
  • Make "include" and "templates" optional in template.yml validation (with mutual requirement) (#15)
  • Update README.md
  • Bump version 0.1.3 → 0.1.4

[0.1.3] - 2026-02-02

Bug Fixes

  • Fix relesae

Other Changes

  • Bump version 0.1.2 → 0.1.3

[0.1.2] - 2026-02-01

Other Changes

  • Update template
  • Use make test
  • Bump version 0.1.1 → 0.1.2

[0.1.1] - 2026-02-01

Bug Fixes

  • Fix bugs and override source

Other Changes

  • Add release pipeline and README update
  • Make sync exclude cfg
  • Bring coverage > 90%
  • Make fmt
  • Add yaml types for mypy
  • Make fmt
  • Configure bumpversion for hooks
  • Bump version 0.1.0 → 0.1.1

[0.1.0] - 2026-02-01

Other Changes

  • Initial