it's trace 0.12 now

This commit is contained in:
Simon Cruanes 2026-02-26 12:05:59 -05:00
parent 357f0042a4
commit 7a4ad8b44b
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
## 0.13
- feat: adapt to trace 0.11 (callbacks-based collector API, extensible span type, no more manual spans)
- feat: adapt to trace 0.12 (callbacks-based collector API, extensible span type, no more manual spans, ambient-span-provider)
- breaking: remove vendored `opentelemetry.ambient-context`; use the
`ambient-context` 0.2 package directly instead. To configure the
storage backend, call `Ambient_context.set_current_storage` (e.g.

View file

@ -52,7 +52,7 @@
(depopts trace lwt eio)
(conflicts
(trace
(< 0.11)))
(< 0.12)))
(tags
(instrumentation tracing opentelemetry datadog jaeger)))

View file

@ -28,7 +28,7 @@ depends: [
]
depopts: ["trace" "lwt" "eio"]
conflicts: [
"trace" {< "0.11"}
"trace" {< "0.12"}
]
build: [
["dune" "subst"] {dev}