mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
prepare for 0.5
This commit is contained in:
parent
756ea1d22c
commit
a0874f2c31
4 changed files with 8 additions and 3 deletions
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
# 0.5
|
||||
|
||||
- perf: reduce overhead in trace-tef
|
||||
- perf: add Mpsc_queue, adapted from picos, to trace-tef
|
||||
|
||||
# 0.4
|
||||
|
||||
- add `?data` to `counter_int` and `counter_float`
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
(name trace)
|
||||
(generate_opam_files true)
|
||||
(version 0.4)
|
||||
(version 0.5)
|
||||
|
||||
(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.4"
|
||||
version: "0.5"
|
||||
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.4"
|
||||
version: "0.5"
|
||||
synopsis:
|
||||
"A stub for tracing/observability, agnostic in how data is collected"
|
||||
maintainer: ["Simon Cruanes"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue