chore: bump version to 2.2.10#323
Conversation
Bundles four user-facing fixes merged since 2.2.9: - #319, #320: SAMD51 cores/arduino fallback + variant include injection (Build SAMD51J was 100% red) - #321, #322: nRF52 nRF52DK -> pca10056 variant alias for Adafruit framework (Build nRF52840 DK was 100% red) - #298 (already shipped 2.2.9, board JSON drift cleanup): #318 catches up the tinyuf2 partition renames + adds cmsis_dsp_lib validator whitelist (Validate Boards was failing on 39 boards, now 14) - #317: daemon.rs Command::new annotations (Lint subprocess spawns was red — blocked every PR) Downstream FastLED bumps fbuild==2.2.9 to fbuild==2.2.10 to pick up these fixes.
|
Warning Review limit reached
More reviews will be available in 3 minutes and 41 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml 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 |
Summary
Bumps fbuild 2.2.9 → 2.2.10, bundling four user-facing fixes merged on main since 2.2.9.
Fixes shipped in this release
cores/arduinofallback + resolved core_dir injected into include path.Build SAMD51Jwas 100% red on every main push.nRF52DK → pca10056variant alias for the Adafruit framework.Build nRF52840 DKwas 100% red.cmsis_dsp_libvalidator whitelist).Validate Boardswas failing on 39 boards; now ~14 (remaining are configuration-choice differences flagged for maintainer review).crates/fbuild-python/src/daemon.rsCommand::newannotations after the lib.rs split.Lint subprocess spawnswas red — blocked every PR's lint check.After this lands
Downstream FastLED bumps
fbuild==2.2.9 → fbuild==2.2.10inpyproject.tomlto pick up these fixes. That bump will retrigger the workflows that have been stale-red waiting for these fixes:Build SAMD51J,Build SAMD21*,Build SAMD51PBuild nRF52840 DK,nrf52840_superminiValidate Boards(down to the configuration-choice remainder)Release machinery
release-auto.ymltriggers on the push to main whenCargo.tomlorpyproject.tomlchanges. No further manual steps needed.