File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ members = [
88resolver = " 2"
99
1010[workspace .package ]
11- version = " 5.1.1 "
11+ version = " 5.2.0 "
1212repository = " https://github.com/cloudflare/foundations"
1313edition = " 2021"
1414authors = [" Cloudflare" ]
@@ -25,8 +25,8 @@ debug = 1
2525
2626[workspace .dependencies ]
2727anyhow = " 1.0.75"
28- foundations = { version = " 5.1.1 " , path = " ./foundations" }
29- foundations-macros = { version = " 5.1.1 " , path = " ./foundations-macros" , default-features = false }
28+ foundations = { version = " 5.2.0 " , path = " ./foundations" }
29+ foundations-macros = { version = " 5.2.0 " , path = " ./foundations-macros" , default-features = false }
3030bindgen = { version = " 0.72" , default-features = false }
3131cc = " 1.0"
3232cf-rustracing = " 1.2.1"
Original file line number Diff line number Diff line change 11
2+ 5.2.0
3+ - 2025-10-28 Cleanup tags when OTLP sink is used
4+ - 2025-10-28 Don't use ` [!Default; 0]: Default ` impl (#150 )
5+
265.1.1
7+ - 2025-10-15 Release 5.1.1
38- 2025-10-15 Use const initialization for INACTIVE_SPAN
49- 2025-10-15 Bump tonic to v0.14 and opentelemetry to v0.31
510
You can’t perform that action at this time.
0 commit comments