chore: bump version to 3.35.0 - #964
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe project version changes to 3.35.0. README examples and the website action fallback now reference the same version. ChangesVersion synchronization
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This PR updates release-version references for 3.35.0 without changing application behavior or introducing new dependencies or permissions; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Description checkExplanation The description provides a relevant summary and technical details for the 3.35.0 release. It also identifies version synchronization and explains the text-to-motion v8.0 work. The required headings are not used exactly, but the required information is mostly present. Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files. (2 skipped: 2 unsupported.) ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Branch protection requires a status context named plain `build-linux`, but the
job is a matrix and GitHub derives its check name from EVERY matrix parameter,
so it reported as:
build-linux (amd64, ubuntu-latest, linux, linux_gcc_64, gcc_64, x86_64-linux-gnu)
The bare `build-linux` context therefore never appeared, sat pending forever,
and every PR showed BLOCKED with nothing actually failing — #963 and #964 both
had to be merged by hand despite 18 green checks.
Pin `name: build-linux (${{ matrix.arch }})` so the job reports as
`build-linux (amd64)` / `build-linux (arm64)`: short, stable, and unaffected
if the matrix gains or loses parameters later.
The required contexts still need updating from `build-linux` to those two
names — a repo-settings change, done separately.



Release bump for the text-to-motion v8.0 work merged in #963.
Ships:
Model and the 150-clip training library are published on HuggingFace; the app downloads the model on first use.
Version synced across README and the website action ref via
scripts/sync-doc-versions-from-cmake.sh.🤖 Generated with Claude Code
Summary by CodeRabbit