Skip to content

Commit 516ffa2

Browse files
zackeesclaude
andcommitted
chore: bump version to 2.2.19
Ships: - BuildLayout single-source-of-truth for build dirs + #432 fix (avoids `.build/pio/<board>/.fbuild/build/<board>/` duplication on Windows MAX_PATH). - `fbuild bloat` / `fbuild symbols` now filters to symbols inside PT_LOAD regions, so linker-script boundary markers (`__StackTop`, `__flash_arduino_end`) stop inflating totals by GBs. - BuildInfo paths use NormalizedPath (Phase 2 of #437): `build_info.json` is byte-identical across Linux / macOS / Windows. - CI: lint-subprocess workflow uses `uv run --no-project` so it no longer requires soldr at install time. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0777baf commit 516ffa2

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -26,7 +26,7 @@ exclude = ["dylints/ban_raw_subprocess"]
2626
libraries = [{ path = "dylints/*" }]
2727

2828
[workspace.package]
29-
version = "2.2.18"
29+
version = "2.2.19"
3030
edition = "2021"
3131
rust-version = "1.94.1"
3232
license = "MIT OR Apache-2.0"

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.2.18"
3+
version = "2.2.19"
44
description = "PlatformIO-compatible embedded build tool (Rust implementation)"
55
readme = "README.md"
66
requires-python = ">=3.10"

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)