Skip to content

Releases: Jebel-Quant/rhiza

v0.9.5

13 Apr 19:39
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[0.9.5] - 2026-04-13

💼 Other

  • Add CI job to catch unresolved .rej patch files
  • Extend conflict check to also catch merge conflict markers
  • Bump version 0.9.4 → 0.9.5

v0.9.4

13 Apr 10:11
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[0.9.4] - 2026-04-13

💼 Other

  • Bump version 0.9.3 → 0.9.4

v0.9.3

13 Apr 09:24
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[0.9.3] - 2026-04-13

🚀 Features

  • (core) Add important docs files and folders to core bundle (#991)

💼 Other

  • Bump version 0.9.2 → 0.9.3

v0.9.2

12 Apr 09:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[0.9.2] - 2026-04-12

💼 Other

  • Bump version 0.9.1 → 0.9.2

[0.9.1] - 2026-04-12

🚀 Features

  • (docs.mk) Add MKDOCS_EXTRA_PACKAGES to extend uvx package list without editing template (#975)
  • (gitlab) Bring GitLab rhiza_validate to parity with GitHub Actions equivalent (#952)

🐛 Bug Fixes

  • (book) Use MARIMO_FOLDER in _book-notebooks, fix double-nested links, narrow .gitignore (#973)

💼 Other

  • Bump version 0.9.0 → 0.9.1

[0.9.0] - 2026-04-03

💼 Other

  • Bump version 0.8.21 → 0.9.0

⚙️ Miscellaneous Tasks

  • Merge origin/main into main, keep workflow consolidation from release/v0.8.21

v0.9.1

12 Apr 07:47
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[0.9.1] - 2026-04-12

🚀 Features

  • (docs.mk) Add MKDOCS_EXTRA_PACKAGES to extend uvx package list without editing template (#975)
  • (gitlab) Bring GitLab rhiza_validate to parity with GitHub Actions equivalent (#952)

🐛 Bug Fixes

  • (book) Use MARIMO_FOLDER in _book-notebooks, fix double-nested links, narrow .gitignore (#973)

💼 Other

  • Bump version 0.9.0 → 0.9.1

v0.8.22

12 Apr 09:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[0.8.22] - 2026-04-12

💼 Other

  • Bump version 0.8.21 → 0.8.22

v0.9.0

03 Apr 11:16
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[0.9.0] - 2026-04-03

💼 Other

  • Bump version 0.8.21 → 0.9.0

⚙️ Miscellaneous Tasks

  • Merge origin/main into main, keep workflow consolidation from release/v0.8.21

v0.8.21

03 Apr 09:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[0.8.21] - 2026-04-03

🚀 Features

  • Add suppression-audit makefile target (#896)
  • Use git-cliff for release notes in rhiza_release.yml (#901)
  • Add lychee link check workflow and fix make security (#906)
  • Add license make target to quality.mk for license compliance scanning (#914)
  • Add rhiza_paper.yml — LaTeX paper compilation workflow (#920)
  • Exclude recipe/meta.yaml from check-yaml pre-commit hook (#931)
  • Relocate Marimo notebooks to docs/notebooks (#939)
  • Add .gitlab/workflows/rhiza_quality.yml as GitLab equivalent of GitHub quality workflow (#950)
  • Add license make target to quality.mk for license compliance scanning (#914)

🐛 Bug Fixes

  • Analyse-repo target uses Claude CLI instead of Copilot CLI (#902)
  • Resolve broken file references in README and template bundles
  • Update rhiza_paper.yml paths from paper/ to docs/paper/

💼 Other

  • Bump version 0.8.16 → 0.8.17
  • Bump version 0.8.20 → 0.8.21

🚜 Refactor

  • Consolidate individual rhiza_ CI workflows into rhiza_quality and rhiza_validate (#940)

📚 Documentation

  • Update requirements README to reflect current dependencies
  • Clean up README formatting and remove outdated references

⚙️ Miscellaneous Tasks

  • Remove branch-based trigger restrictions from rhiza_sync workflow
  • Sync .github/agents from tschm/jquantstats
  • Consolidate root-level community files into .github/ (#938)
  • Move paper into docs/paper (#945)
  • Move presentation/ folder to docs/presentations/ (#948)
  • Merge main into release/v0.8.21, keep workflow consolidation

v0.8.20

02 Apr 04:23
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[0.8.20] - 2026-04-02

🐛 Bug Fixes

  • Align rhiza_weekly.yml comment with actual triggers
  • Add pull_request trigger and fix on: syntax in rhiza_ci.yml

💼 Other

  • Bump version 0.8.19 → 0.8.20

📚 Documentation

  • Fix bibliography formatting and add bibtex to paper build

⚙️ Miscellaneous Tasks

  • Update semgrep config path to .rhiza/semgrep.yml
  • Consolidate GitHub Actions workflows
  • Consolidate GitLab CI workflows to mirror GitHub Actions structure

v0.8.19

01 Apr 08:11
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[0.8.19] - 2026-04-01

🚀 Features

  • Add GitLab CI workflows for link checking and paper compilation

🐛 Bug Fixes

  • Update broken markdown links to correct file paths

💼 Other

  • Bump version 0.8.18 → 0.8.19

⚙️ Miscellaneous Tasks

  • Update template-bundles.yml to replace deprecated workflows with rhiza_quality.yml
  • Simplify CI trigger by removing branch restrictions
  • Remove branch restrictions from GitHub Actions triggers
  • Remove --exclude-mail flag from link checker configuration
  • Remove branch restrictions from rhiza_validate.yml trigger
  • Update .rhiza/template-bundles.yml to replace outdated workflow references with .rhiza/semgrep.yml
  • Remove rhiza_pip_audit.yml from template-bundles.yml
  • Remove rhiza_security.yml from template-bundles.yml
  • Remove event-based restrictions from rhiza_validate.yml triggers
  • Consolidate license and semgrep checks into rhiza_validate.yml and remove standalone workflows