prepare for 0.5

This commit is contained in:
Simon Cruanes 2023-12-05 16:06:18 -05:00
parent 756ea1d22c
commit a0874f2c31
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
4 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,9 @@
# 0.5
- perf: reduce overhead in trace-tef
- perf: add Mpsc_queue, adapted from picos, to trace-tef
# 0.4 # 0.4
- add `?data` to `counter_int` and `counter_float` - add `?data` to `counter_int` and `counter_float`

View file

@ -2,7 +2,7 @@
(name trace) (name trace)
(generate_opam_files true) (generate_opam_files true)
(version 0.4) (version 0.5)
(source (source
(github c-cube/ocaml-trace)) (github c-cube/ocaml-trace))

View file

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead # This file is generated by dune, edit dune-project instead
opam-version: "2.0" opam-version: "2.0"
version: "0.4" version: "0.5"
synopsis: synopsis:
"A simple backend for trace, emitting Catapult/TEF JSON into a file" "A simple backend for trace, emitting Catapult/TEF JSON into a file"
maintainer: ["Simon Cruanes"] maintainer: ["Simon Cruanes"]

View file

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead # This file is generated by dune, edit dune-project instead
opam-version: "2.0" opam-version: "2.0"
version: "0.4" version: "0.5"
synopsis: synopsis:
"A stub for tracing/observability, agnostic in how data is collected" "A stub for tracing/observability, agnostic in how data is collected"
maintainer: ["Simon Cruanes"] maintainer: ["Simon Cruanes"]