Skip to content

Commit 974a605

Browse files
committed
Release 5.4.0
1 parent 07ff867 commit 974a605

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "5.3.0"
11+
version = "5.4.0"
1212
repository = "https://github.com/cloudflare/foundations"
1313
edition = "2021"
1414
authors = ["Cloudflare"]
@@ -37,8 +37,8 @@ check-cfg = [
3737

3838
[workspace.dependencies]
3939
anyhow = "1.0.75"
40-
foundations = { version = "5.3.0", path = "./foundations" }
41-
foundations-macros = { version = "=5.3.0", path = "./foundations-macros", default-features = false }
40+
foundations = { version = "5.4.0", path = "./foundations" }
41+
foundations-macros = { version = "=5.4.0", path = "./foundations-macros", default-features = false }
4242
bindgen = { version = "0.72", default-features = false }
4343
cc = "1.0"
4444
cf-rustracing = "1.2.1"

RELEASE_NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11

2+
5.4.0
3+
- 2025-12-01 Fix minimal-versions check
4+
- 2025-11-25 Add #[with_removal] attribute to #[metrics] macro
5+
- 2025-11-25 Reduce nesting in metrics proc-macro functions
6+
- 2025-11-24 Configure unexpected_cfgs rustc lint explicitly
7+
- 2025-11-27 Remove globally-shared INACTIVE_SPAN RwLock
8+
- 2025-11-26 Remove internal once_cell usages
9+
- 2025-11-26 Improve performance of log/tracing harness access
10+
211
5.3.0
12+
- 2025-11-07 Release 5.3.0
313
- 2025-11-06 Add `unprefixed` flag to `#[metrics]` macro
414
- 2025-11-07 Fix new instance of `clippy::derivable_impls`
515

0 commit comments

Comments
 (0)