prepare for 0.10.1

This commit is contained in:
Simon Cruanes 2026-01-09 16:06:54 -05:00
parent aa2eef6f31
commit cdbc95b7e4
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
6 changed files with 11 additions and 5 deletions

View file

@ -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

View file

@ -4,7 +4,7 @@
(generate_opam_files true)
(version 0.10)
(version 0.10.1)
(source
(github c-cube/ocaml-trace))

View file

@ -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"]

View file

@ -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"]

View file

@ -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"]

View file

@ -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"]