Skip to content

Commit 3713843

Browse files
zackeesclaude
andauthored
chore: bump version to 2.5.24 (#1448)
Ships the fixes FastLED's CI is waiting on: - #1443 (closes #1440): .ino conversion no longer lifts an #include out of its #if. FastLED's root project (Sailboat) builds again. - #1445 (closes #1441): a relative project dir is resolved against the caller's cwd, so downloaded libraries get absolute include paths (fbuild ci/kitchensink build could not find ArduinoJson.h). - #1447 (closes #1442): ESP32 drops core-bundled lib_deps (FS, ArduinoOTA, ESPmDNS) before the registry lookup, as RP2040 already did. - #1446: a pre-unified-toolchain ESP32 platform pin (pioarduino 51.x) warns and builds against stable instead of failing on a 404 toolchain URL. Regression from #1434; per-MCU toolchain support is #1444. Also since 2.5.23: honored ESP32 platform pins and PlatformIO-parity ESP32-S3 size (#1434), fbuild install and split CI caches (#1438), declared-submodule handling for CH32V and SiLabs (#1439, unblocks FastLED's mgm240s), and Linux udev setup (#1424). Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 1e6d921 commit 3713843

4 files changed

Lines changed: 24 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ targets = [
9393
]
9494

9595
[workspace.package]
96-
version = "2.5.23"
96+
version = "2.5.24"
9797
edition = "2021"
9898
rust-version = "1.95.0"
9999
license = "AGPL-3.0-only"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fbuild"
3-
version = "2.5.23"
3+
version = "2.5.24"
44
description = "PlatformIO-compatible embedded build tool (Rust implementation)"
55
readme = "README.md"
66
license = "AGPL-3.0-only"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)