From 35bb142cd077068781725ac8b20116506781ac72 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 9 Apr 2025 08:49:33 -0400 Subject: [PATCH] prepare for 0.9.1 --- CHANGES.md | 7 +++++++ dune-project | 2 +- ppx_trace.opam | 2 +- trace-fuchsia.opam | 2 +- trace-tef.opam | 2 +- trace.opam | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a563d37..dd9ae4f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# 0.9.1 + + +- fix: upper bound on ppxlib +- feat trace-tef: print names of non-closed spans upon exit +- fix: block signals in background threads + # 0.9 - add an extensible sum type, so users can implement custom events. For example diff --git a/dune-project b/dune-project index 1914fc7..3ed2c1b 100644 --- a/dune-project +++ b/dune-project @@ -4,7 +4,7 @@ (generate_opam_files true) -(version 0.9) +(version 0.9.1) (source (github c-cube/ocaml-trace)) diff --git a/ppx_trace.opam b/ppx_trace.opam index 8a03fcf..cb1235b 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.9" +version: "0.9.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 a584bc2..a5fdc37 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.9" +version: "0.9.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 bfe9b7d..e2c3926 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.9" +version: "0.9.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 a5e77b3..446cdb4 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.9" +version: "0.9.1" synopsis: "A stub for tracing/observability, agnostic in how data is collected" maintainer: ["Simon Cruanes"]