chore: release v1.0.1#45
Conversation
Update Cargo.toml/Cargo.lock to 1.0.1 and add CHANGELOG.md entry summarizing all changes since the 1.0.0 release: firmware vendor transition detection, universal gyro activity filtering fix (#40), release workflow/artifact-packaging fixes, RUSTSEC-2026-0009 (time crate) remediation, and the vergen 8 -> vergen-gitcl 10 / cargo update dependency sweep. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 46 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
✨ Finishing Touches🧪 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 |
AI Generated pull-request
Summary
Version bump to 1.0.1, packaging all changes merged to master since the 1.0.0 release:
Added
sanitize_base_name_override()to prevent path traversal via the public library APIvendor_name_for_prefix()as single source of truth for prefix-to-display-name mappingFixed
MIN_GYRO_RANGE = 500.0), lowered fallback frame threshold (FALLBACK_MIN_FRAMES = 7,500), fixed NaN propagation incalculate_range()bbl_parserprefix)timecrate RUSTSEC-2026-0009 (DoS via stack exhaustion, CVSS 6.8) via update to 0.3.53Changed
cargo updatedependency sweep (clap, serde, regex, syn, libc, and others)vergen8 →vergen-gitcl10 (env var names unchanged, no downstream code changes)Full details in CHANGELOG.md.
Test plan
cargo build --releaseandcargo test --releasepass (19 unit/integration tests + 3 doc-tests)bbl_parser --versionreports1.0.1