Skip to content

Commit 8fedb39

Browse files
committed
Release 5.0.0
1 parent 561158b commit 8fedb39

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-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 = "4.5.0"
11+
version = "5.0.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 = "4.5.0", path = "./foundations" }
29-
foundations-macros = { version = "4.5.0", path = "./foundations-macros", default-features = false }
28+
foundations = { version = "5.0.0", path = "./foundations" }
29+
foundations-macros = { version = "5.0.0", path = "./foundations-macros", default-features = false }
3030
bindgen = { version = "0.72", default-features = false }
3131
cc = "1.0"
3232
cf-rustracing = "1.1"

RELEASE_NOTES.md

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

2+
5.0.0
3+
- 2025-08-27 Update deps with minimal changes
4+
- 2025-03-03 Re-export Hyper types used in public API
5+
- 2025-07-17 Add compile-time validation for histogram buckets in foundations-macros
6+
- 2024-11-19 Bump tonic dependency to v0.12
7+
- 2025-06-26 Fix units in HistogramBuilder docs example
8+
- 2025-08-13 Add unix domain socket for telemetry server
9+
- 2025-08-26 Ignore itertools in minimal-versions (#131)
10+
- 2025-08-20 Add tracing::w3c_traceparent() helper
11+
- 2025-08-20 Fix clippy complaints from Rust 1.89.0
12+
- 2024-11-21 Switch to Hyper 1
13+
214
4.5.0
15+
- 2025-05-22 Release 4.5.0
316
- 2025-03-10 feat: Add tracing-rs-compat feature with tracing compat logging drain
417
- 2025-05-08 ZTC-2169: Allow use of memory-profiling feature with no other features
518
- 2025-05-16 Resolve Clippy lints from Rust 1.86 and 1.87

0 commit comments

Comments
 (0)