prepare for 0.5

This commit is contained in:
Simon Cruanes 2023-12-05 16:06:18 -05:00
parent 317509681e
commit 011ede4e1a
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
- add `?data` to `counter_int` and `counter_float`

View file

@ -2,7 +2,7 @@
(name trace)
(generate_opam_files true)
(version 0.4)
(version 0.5)
(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.4"
version: "0.5"
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.4"
version: "0.5"
synopsis:
"A stub for tracing/observability, agnostic in how data is collected"
maintainer: ["Simon Cruanes"]