Skip to content

Commit 641bf2c

Browse files
authored
chore: bump version to 2.2.13 (#354)
Cuts a new release that bundles this session's accumulated fixes: Perf: - #337 framework-archive sharing across compile-many stage-2 sketches (~19x cold-cache speedup on uno locally) - #336 stage-2 jobs split — drop the jobs=1 hardcode - #342 real-toolchain stage-2 perf regression test Reliability: - #348 daemon fmt tracing routed to stderr so CLI captures it - #349 zccache::ensure_running bounded by a 30s timeout (FBUILD_ZCCACHE_START_TIMEOUT_SECS) - #350 project lock acquire instrumented with info-before / warn-at-10s / info-on-acquire Setup: - #334 install cache for the setup action - #340 zccache pin floor bumped to >=1.11.9
1 parent 29330e6 commit 641bf2c

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.12"
29+
version = "2.2.13"
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.12"
3+
version = "2.2.13"
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)