mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
prepare for 0.9.1
This commit is contained in:
parent
528cc4b7a6
commit
35bb142cd0
6 changed files with 12 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
(generate_opam_files true)
|
||||
|
||||
(version 0.9)
|
||||
(version 0.9.1)
|
||||
|
||||
(source
|
||||
(github c-cube/ocaml-trace))
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue