prepare for 0.1

This commit is contained in:
Simon Cruanes 2023-06-09 23:13:40 -04:00
parent 8625a33d6b
commit 261f143dd2
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
5 changed files with 8 additions and 1 deletions

4
CHANGES.md Normal file
View file

@ -0,0 +1,4 @@
# 0.1
initial release

View file

@ -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

View file

@ -2,6 +2,7 @@
(name trace)
(generate_opam_files true)
(version 0.1)
(source
(github c-cube/trace))

View file

@ -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"]

View file

@ -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"]