Skip to content

Commit e520bc2

Browse files
committed
Release 5.3.0
From now on, pin the `foundations-macros` version to the exact same version as `foundations`. The macros crate is an internal detail that is only exposed because of proc-macro separation.
1 parent 34cbc69 commit e520bc2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-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.2.0"
11+
version = "5.3.0"
1212
repository = "https://github.com/cloudflare/foundations"
1313
edition = "2021"
1414
authors = ["Cloudflare"]
@@ -25,8 +25,8 @@ debug = 1
2525

2626
[workspace.dependencies]
2727
anyhow = "1.0.75"
28-
foundations = { version = "5.2.0", path = "./foundations" }
29-
foundations-macros = { version = "5.2.0", path = "./foundations-macros", default-features = false }
28+
foundations = { version = "5.3.0", path = "./foundations" }
29+
foundations-macros = { version = "=5.3.0", path = "./foundations-macros", default-features = false }
3030
bindgen = { version = "0.72", default-features = false }
3131
cc = "1.0"
3232
cf-rustracing = "1.2.1"

RELEASE_NOTES.md

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

2+
5.3.0
3+
- 2025-11-06 Add `unprefixed` flag to `#[metrics]` macro
4+
- 2025-11-07 Fix new instance of `clippy::derivable_impls`
5+
26
5.2.0
7+
- 2025-10-29 Release 5.2.0
38
- 2025-10-28 Cleanup tags when OTLP sink is used
49
- 2025-10-28 Don't use `[!Default; 0]: Default` impl (#150)
510

0 commit comments

Comments
 (0)