Skip to content

Releases: Jebel-Quant/rhiza-hooks

v0.3.3

12 Apr 11:00

Choose a tag to compare

[0.3.3] - 2026-04-12

💼 Other

  • Bump version 0.3.2 → 0.3.3

v0.3.2

02 Apr 06:49

Choose a tag to compare

[0.3.2] - 2026-04-02

💼 Other

  • Bump version 0.3.1 → 0.3.2

v0.3.1

22 Mar 11:56

Choose a tag to compare

What's Changed

  • chore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.10.3 by @renovate[bot] in #43
  • chore(deps): update dependency astral-sh/uv to v0.10.3 by @renovate[bot] in #42
  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.2 by @renovate[bot] in #44
  • chore(deps): update pre-commit hook rhysd/actionlint to v1.7.11 by @renovate[bot] in #45
  • chore(deps): update actions/download-artifact action to v7 by @renovate[bot] in #47
  • chore(deps): update dependency jebel-quant/rhiza to v0.8.0 by @renovate[bot] in #46
  • chore(deps): update dependency astral-sh/uv to v0.10.4 by @renovate[bot] in #48
  • chore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.10.4 by @renovate[bot] in #49
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.2 by @renovate[bot] in #50
  • chore(deps): update github/codeql-action action to v4.32.4 by @renovate[bot] in #51
  • Update .cfg.toml by @tschm in #52
  • chore(deps): update dependency astral-sh/uv to v0.10.5 by @renovate[bot] in #53
  • chore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.10.5 by @renovate[bot] in #55
  • chore(deps): update dependency jebel-quant/rhiza to v0.8.3 by @renovate[bot] in #54
  • chore(deps): update astral-sh/setup-uv action to v7.3.1 by @renovate[bot] in #56
  • chore(deps): update docker/login-action action to v4 by @renovate[bot] in #66
  • chore(deps): update actions/download-artifact action to v8 by @renovate[bot] in #61
  • chore(deps): update actions/upload-artifact action to v7 by @renovate[bot] in #62
  • Update template.yml to reference version v0.8.12 by @tschm in #67
  • chore(deps): update github/codeql-action action to v4.33.0 by @renovate[bot] in #65
  • Update template.yml to use ref v0.8.13 by @tschm in #71
  • Tschm patch 200 by @tschm in #72
  • Update init.py by @tschm in #73
  • [WIP] Add coverage badge pointing to gh-pages by @Copilot in #75
  • Add license-files to pyproject.toml by @tschm in #76

Full Changelog: v0.3.0...v0.3.1

v0.3.0

13 Feb 18:19

Choose a tag to compare

What's Changed

  • chore(deps): update dependency astral-sh/uv to v0.10.1 by @renovate[bot] in #36
  • chore(deps): update pre-commit hook jebel-quant/rhiza-hooks to v0.2.1 by @renovate[bot] in #38
  • chore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.10.2 by @renovate[bot] in #37
  • sync by @tschm in #39
  • Add repository and ref as aliases for template configuration keys by @Copilot in #41

Full Changelog: v0.2.1...v0.3.0

v0.2.1

08 Feb 08:29

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.1.6

05 Feb 11:44

Choose a tag to compare

🪝 Rhiza Hooks v0.1.6

Installation

Add to your .pre-commit-config.yaml:

repos:
  - repo: https://github.com/Jebel-Quant/rhiza-hooks
    rev: v0.1.6
    hooks:
      - id: check-rhiza-workflow-names
      - id: update-readme-help
      - id: check-rhiza-config
      - id: check-makefile-targets
      - id: check-python-version-consistency

Changes

2 commits in this release.

See the full changelog for details.

What's Changed

  • Fix check-template-bundles hook path resolution and add template filtering by @Copilot in #25

Full Changelog: v0.1.5...v0.1.6

v0.1.5

05 Feb 08:50

Choose a tag to compare

🪝 Rhiza Hooks v0.1.5

Installation

Add to your .pre-commit-config.yaml:

repos:
  - repo: https://github.com/Jebel-Quant/rhiza-hooks
    rev: v0.1.5
    hooks:
      - id: check-rhiza-workflow-names
      - id: update-readme-help
      - id: check-rhiza-config
      - id: check-makefile-targets
      - id: check-python-version-consistency

Changes

6 commits in this release.

See the full changelog for details.

What's Changed

  • Add template-bundles.yml validator with dependency checking by @Copilot in #19
  • Delete .github/workflows/rhiza_book.yml by @tschm in #21
  • Delete .github/workflows/rhiza_benchmarks.yml by @tschm in #20
  • Delete book/marimo/notebooks directory by @tschm in #22
  • Delete .rhiza/make.d/02-book.mk by @tschm in #23

New Contributors

  • @tschm made their first contribution in #21

Full Changelog: v0.1.4...v0.1.5

v0.1.4

05 Feb 05:04

Choose a tag to compare

🪝 Rhiza Hooks v0.1.4

Installation

Add to your .pre-commit-config.yaml:

repos:
  - repo: https://github.com/Jebel-Quant/rhiza-hooks
    rev: v0.1.4
    hooks:
      - id: check-rhiza-workflow-names
      - id: update-readme-help
      - id: check-rhiza-config
      - id: check-makefile-targets
      - id: check-python-version-consistency

Changes

20 commits in this release.

See the full changelog for details.

What's Changed

  • chore(deps): update dependency python to 3.14 by @renovate[bot] in #4
  • chore(deps): update actions/setup-python action to v6 by @renovate[bot] in #6
  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #5
  • chore(deps): update astral-sh/setup-uv action to v7 by @renovate[bot] in #7
  • chore(deps): update github/codeql-action action to v4.32.1 by @renovate[bot] in #8
  • chore(deps): update pre-commit hook abravalheri/validate-pyproject to v0.25 by @renovate[bot] in #9
  • Make "include" and "templates" optional in template.yml validation (with mutual requirement) by @Copilot in #15
  • chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.30 by @renovate[bot] in #12
  • chore(deps): update dependency astral-sh/uv to v0.9.30 by @renovate[bot] in #11
  • chore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.9.30 by @renovate[bot] in #13

New Contributors

  • @renovate[bot] made their first contribution in #4
  • @Copilot made their first contribution in #15

Full Changelog: v0.1.3...v0.1.4

v0.1.3

02 Feb 07:58

Choose a tag to compare

🪝 Rhiza Hooks v0.1.3

Installation

Add to your .pre-commit-config.yaml:

repos:
  - repo: https://github.com/Jebel-Quant/rhiza-hooks
    rev: v0.1.3
    hooks:
      - id: check-rhiza-workflow-names
      - id: update-readme-help
      - id: check-rhiza-config
      - id: check-makefile-targets
      - id: check-python-version-consistency

Changes

2 commits in this release.

See the full changelog for details.

Full Changelog: v0.1.2...v0.1.3

Release v0.1.2

01 Feb 23:22
v0.1.2

Choose a tag to compare

🪝 Rhiza Hooks v0.1.2

Installation

Add to your .pre-commit-config.yaml:

repos:
  - repo: https://github.com/Jebel-Quant/rhiza-hooks
    rev: v0.1.2
    hooks:
      - id: check-rhiza-workflow-names
      - id: update-readme-help
      - id: check-rhiza-config
      - id: check-makefile-targets
      - id: check-python-version-consistency

Changes

3 commits in this release.

See the full changelog for details.

Full Changelog: v0.1.1...v0.1.2