From cdbc95b7e4877d44d46a60a27717e312ddbd1d49 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 9 Jan 2026 16:06:54 -0500 Subject: [PATCH] prepare for 0.10.1 --- CHANGES.md | 6 ++++++ dune-project | 2 +- ppx_trace.opam | 2 +- trace-fuchsia.opam | 2 +- trace-tef.opam | 2 +- trace.opam | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 55db48f..b2245c8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ + +# 0.10.1 + +- use `at_exit` in `trace_tef` and `tldrs` +- fix fuchsia: bound check + # 0.10 - breaking: manual spans now take a `explicit_span_ctx` as parent, that diff --git a/dune-project b/dune-project index 44135a7..e62e509 100644 --- a/dune-project +++ b/dune-project @@ -4,7 +4,7 @@ (generate_opam_files true) -(version 0.10) +(version 0.10.1) (source (github c-cube/ocaml-trace)) diff --git a/ppx_trace.opam b/ppx_trace.opam index d719385..8265b5c 100644 --- a/ppx_trace.opam +++ b/ppx_trace.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.10" +version: "0.10.1" synopsis: "A ppx-based preprocessor for trace" maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"] diff --git a/trace-fuchsia.opam b/trace-fuchsia.opam index bb54651..ca0d03b 100644 --- a/trace-fuchsia.opam +++ b/trace-fuchsia.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.10" +version: "0.10.1" synopsis: "A high-performance backend for trace, emitting a Fuchsia trace into a file" maintainer: ["Simon Cruanes"] diff --git a/trace-tef.opam b/trace-tef.opam index 10dbd4d..f9caa15 100644 --- a/trace-tef.opam +++ b/trace-tef.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.10" +version: "0.10.1" synopsis: "A simple backend for trace, emitting Catapult/TEF JSON into a file" maintainer: ["Simon Cruanes"] diff --git a/trace.opam b/trace.opam index 3a18fd3..e449a04 100644 --- a/trace.opam +++ b/trace.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.10" +version: "0.10.1" synopsis: "A stub for tracing/observability, agnostic in how data is collected" maintainer: ["Simon Cruanes"]