Releases: Jebel-Quant/rhiza
Releases · Jebel-Quant/rhiza
v0.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
v0.8.20
Immutable
release. Only release title and notes can be modified.
[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
Immutable
release. Only release title and notes can be modified.
[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-mailflag from link checker configuration - Remove branch restrictions from
rhiza_validate.ymltrigger - Update
.rhiza/template-bundles.ymlto replace outdated workflow references with.rhiza/semgrep.yml - Remove
rhiza_pip_audit.ymlfrom template-bundles.yml - Remove
rhiza_security.ymlfrom template-bundles.yml - Remove event-based restrictions from
rhiza_validate.ymltriggers - Consolidate
licenseandsemgrepchecks intorhiza_validate.ymland remove standalone workflows