Releases: Jebel-Quant/rhiza
Releases · Jebel-Quant/rhiza
v0.10.1
v0.10.0
Immutable
release. Only release title and notes can be modified.
[0.10.0] - 2026-04-17
🚀 Features
- Add .bandit INI file as single source of truth for bandit configuration (#997)
💼 Other
- Replace
uvx uv runwithuv run --scriptin marimo workflow (#1004) - Bump version 0.9.5 → 0.10.0
🚜 Refactor
- Move
adrtarget from root Makefile to.rhiza/make.d/gh-aw.mk(#1011)
📚 Documentation
- Fix template documentation issues from Copilot review (#999)
🧪 Testing
- Add tests for rhiza_weekly.yml jobs and Makefile targets (#994)
v0.9.5
Immutable
release. Only release title and notes can be modified.
[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
Immutable
release. Only release title and notes can be modified.
[0.9.4] - 2026-04-13
💼 Other
- Bump version 0.9.3 → 0.9.4
v0.9.3
Immutable
release. Only release title and notes can be modified.
v0.9.2
Immutable
release. Only release title and notes can be modified.
[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
Immutable
release. Only release title and notes can be modified.
[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
Immutable
release. Only release title and notes can be modified.
[0.8.22] - 2026-04-12
💼 Other
- Bump version 0.8.21 → 0.8.22
v0.9.0
Immutable
release. Only release title and notes can be modified.
[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
Immutable
release. Only release title and notes can be modified.
[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
licensemake 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
licensemake 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