From 261f143dd2cb891ceec5f5112cce26070ae2b236 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 9 Jun 2023 23:13:40 -0400 Subject: [PATCH] prepare for 0.1 --- CHANGES.md | 4 ++++ README.md | 2 +- dune-project | 1 + trace-tef.opam | 1 + trace.opam | 1 + 5 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..25af2e4 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,4 @@ + +# 0.1 + +initial release diff --git a/README.md b/README.md index 79434cd..acf9fc0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ a library or application, either by hand or via a ppx. - [x] spans - [x] messages -- [ ] counters +- [x] counters - [ ] other metrics? ### Backends diff --git a/dune-project b/dune-project index 209124a..f12132a 100644 --- a/dune-project +++ b/dune-project @@ -2,6 +2,7 @@ (name trace) (generate_opam_files true) +(version 0.1) (source (github c-cube/trace)) diff --git a/trace-tef.opam b/trace-tef.opam index 1c21349..fb6d93c 100644 --- a/trace-tef.opam +++ b/trace-tef.opam @@ -1,5 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" +version: "0.1" synopsis: "A simple backend for trace" maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"] diff --git a/trace.opam b/trace.opam index e1e7b9a..c83536a 100644 --- a/trace.opam +++ b/trace.opam @@ -1,5 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" +version: "0.1" synopsis: "A stub for tracing/observability" maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"]