chore: restore release package versions - #152
Conversation
Signed-off-by: Ajay Thorve <athorve@nvidia.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (7)
📒 Files selected for processing (7)
📜 Recent review details⏰ Context from checks skipped due to timeout. (14)
🧰 Additional context used📓 Path-based instructions (16)**/*📄 CodeRabbit inference engine (.agents/skills/karpathy-guidelines/SKILL.md)
Files:
**/*.{rs,toml}📄 CodeRabbit inference engine (.agents/skills/prepare-pr/SKILL.md)
Files:
**/{Cargo.toml,Cargo.lock,pyproject.toml,package.json}📄 CodeRabbit inference engine (.agents/skills/prepare-pr/SKILL.md)
Files:
**/*.{toml,lock}📄 CodeRabbit inference engine (.agents/skills/validate-change/SKILL.md)
Files:
**/*.{yml,yaml,toml,lock}📄 CodeRabbit inference engine (.agents/skills/validate-change/SKILL.md)
Files:
{pyproject.toml,adapters/**/pyproject.toml}📄 CodeRabbit inference engine (.agents/skills/update-project-version/SKILL.md)
Files:
**/*.{rs,py,toml}📄 CodeRabbit inference engine (.agents/skills/update-project-version/SKILL.md)
Files:
**/*.{toml,rs,py}📄 CodeRabbit inference engine (.agents/skills/update-project-version/SKILL.md)
Files:
**/*.{rs,py,html,md,mdx,toml,yml,yaml,sh,bash}📄 CodeRabbit inference engine (CONTRIBUTING.md)
Files:
{adapters/**,examples/**}⚙️ CodeRabbit configuration file
Files:
{Cargo.toml,python/pyproject.toml,pyproject.toml}📄 CodeRabbit inference engine (.agents/skills/maintain-packaging/SKILL.md)
Files:
{Cargo.toml,Cargo.lock,pyproject.toml,uv.lock,python/pyproject.toml}📄 CodeRabbit inference engine (.agents/skills/maintain-packaging/SKILL.md)
Files:
{Cargo.toml,pyproject.toml,python/pyproject.toml}📄 CodeRabbit inference engine (.agents/skills/maintain-packaging/SKILL.md)
Files:
{Cargo.toml,Cargo.lock,pyproject.toml,uv.lock}📄 CodeRabbit inference engine (.agents/skills/maintain-packaging/SKILL.md)
Files:
{pyproject.toml,python/pyproject.toml,Cargo.toml,docs/package.json,.github/workflows/*.yml,justfile}📄 CodeRabbit inference engine (.agents/skills/maintain-packaging/SKILL.md)
Files:
Cargo.toml📄 CodeRabbit inference engine (.agents/skills/update-project-version/SKILL.md)
Files:
🔇 Additional comments (7)
WalkthroughPackage metadata and dependency pins are changed from ChangesRelease version alignment
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Fern docs preview: https://nvidia-preview-pull-request-152.docs.buildwithfern.com/nemo/fabric |
Overview
Restore the active
release/0.1branch to a consistent0.1.0packageversion after the forward merge left its publishable Rust and Python packages
at
0.2.0.adapter distributions to
0.1.0.0.1.0, includingthe root adapter extras.
Validation:
cargo check --workspace --lockedcargo fmt --all -- --checkjust --fmt --checkjust test-rustjust build-pythoncargo check -p fabric-python --lockedjust test-python(529 passed, 15 skipped)just wheels(all Fabric distributions produced at0.1.0)uv run pre-commit run attributions-rust --all-filesuv run pre-commit run attributions-python --all-filesuv run --no-project python scripts/licensing/license_diff.py --base-ref upstream/release/0.1(no Rust or Python dependency changes)Where should the reviewer start?
Start with
Cargo.tomland the rootpyproject.toml, then confirm the adapterpackage metadata and lockfiles carry the same
0.1.0version.Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
Relates to the
release/0.1packaging and publication flow.I confirm this contribution is my own work, or I have the right to submit it under this project's license.
I searched existing issues and open pull requests, and this does not duplicate existing work.
Summary by CodeRabbit