Skip to content

chore: bump version to 2.1.20 — cuts CI-unblocking release (exec bit + warm-build P0)#138

Merged
zackees merged 1 commit intomainfrom
bump-to-2.1.20
Apr 19, 2026
Merged

chore: bump version to 2.1.20 — cuts CI-unblocking release (exec bit + warm-build P0)#138
zackees merged 1 commit intomainfrom
bump-to-2.1.20

Conversation

@zackees
Copy link
Copy Markdown
Member

@zackees zackees commented Apr 19, 2026

Summary

Cuts 2.1.20 with the two P0 fixes merged since 2.1.19. Both are currently blocking every FastLED uno build on GitHub Actions:

Symptom on CI (from https://github.com/FastLED/FastLED/actions/runs/24621693195):

/opt/hostedtoolcache/Python/3.12.13/x64/bin/fbuild: Permission denied
fbuild --version not yet supported on this release
...
FAILED: Blink
build error: build failed: io error: Operation not permitted (os error 1)
FAILED: Cylon
...

2.1.19's wheel installs the fbuild console script without +x, so CI can't even run fbuild --version; then every example compile fails with the warm-build os error 1.

Also included (2.1.19 → 2.1.20)

What this PR contains

Pure version bump across the four lock/manifest files:

  • Cargo.toml workspace version 2.1.19 → 2.1.20
  • Cargo.lock — all 9 workspace crates bumped via cargo update --workspace
  • pyproject.toml — 2.1.19 → 2.1.20
  • uv.lock — fbuild package bumped via uv lock

Post-merge

Run uv run ci/publish.py (zero-arg release pipeline) to trigger the GitHub Actions build and upload wheels to PyPI. Downstream consumers (FastLED) will then bump their fbuild>=2.1.19 pin to >=2.1.20.

🤖 Generated with Claude Code

Cuts a release containing the two P0 fixes landed since 2.1.19:

- #134 "P0 regression — Operation not permitted (os error 1) on warm build"
- #135 "preserve exec bit on fbuild console script in wheel"

Both are currently blocking every FastLED uno build on GitHub Actions:
the wheel's console script installs without +x, so CI can't even run
`fbuild --version`, and the subsequent compile fails with
`Operation not permitted (os error 1)` on every example.

Also includes:

- #131 rustfmt on lnk pipeline
- #133 DiskCache leases.refcount schema migration
- #128 AVR orchestrator fingerprint fast-path + telemetry (#127)
- #126 FBUILD_WATCH_SET_CACHE_SECS env override
- f8533d3 extend watch-set fingerprint fast-path to AVR orchestrator

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 19, 2026

Warning

Rate limit exceeded

@zackees has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 40 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 21 minutes and 40 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 1ef5241a-e780-4bf2-ad11-4b470c223a65

📥 Commits

Reviewing files that changed from the base of the PR and between f8533d3 and 55bb513.

⛔ Files ignored due to path filters (2)
  • Cargo.lock is excluded by !**/*.lock
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • Cargo.toml
  • pyproject.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bump-to-2.1.20

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@zackees zackees merged commit 6e03e9b into main Apr 19, 2026
16 of 77 checks passed
zackees added a commit to FastLED/FastLED that referenced this pull request Apr 19, 2026
Pairs with FastLED/fbuild#138 (version bump). 2.1.20 contains the two
P0 fixes currently blocking every uno build on GitHub Actions:

- exec bit preserved on fbuild console script in wheel (#135 on fbuild)
- "Operation not permitted (os error 1)" warm-build regression fix
  (#134 on fbuild)

Symptom on master CI (run 24621693195):
  fbuild: Permission denied
  ...
  FAILED: Blink — build failed: io error: Operation not permitted

This PR should NOT be merged until 2.1.20 is live on PyPI. When that
happens, `uv lock` will pick up 2.1.20 and this can merge. Tracking:
FastLED/fbuild#138.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
zackees added a commit to FastLED/FastLED that referenced this pull request Apr 19, 2026
Pairs with FastLED/fbuild#138 (version bump). 2.1.20 contains the two
P0 fixes currently blocking every uno build on GitHub Actions:

- exec bit preserved on fbuild console script in wheel (#135 on fbuild)
- "Operation not permitted (os error 1)" warm-build regression fix
  (#134 on fbuild)

Symptom on master CI (run 24621693195):
  fbuild: Permission denied
  ...
  FAILED: Blink — build failed: io error: Operation not permitted

This PR should NOT be merged until 2.1.20 is live on PyPI. When that
happens, `uv lock` will pick up 2.1.20 and this can merge. Tracking:
FastLED/fbuild#138.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant