prepare for 0.4

This commit is contained in:
Simon Cruanes 2023-03-06 12:00:22 -05:00
parent ed8ef6a9fb
commit 7310b5c9d3
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
6 changed files with 10 additions and 6 deletions

View file

@ -4,7 +4,7 @@
(source
(github aestheticintegration/ocaml-opentelemetry))
(version 0.3)
(version 0.4)
(authors "the Imandra team and contributors")
(maintainers "the Imandra team and contributors")
@ -53,6 +53,7 @@
(opentelemetry (= :version))
(opentelemetry-lwt (= :version))
(odoc :with-doc)
(lwt (>= "5.3"))
(cohttp-lwt (>= "4.0.0")))
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
@ -64,6 +65,7 @@
(opentelemetry (= :version))
(pbrt (>= 2.2))
(odoc :with-doc)
(lwt (>= "5.3"))
(lwt_ppx :with-test)
cohttp-lwt
cohttp-lwt-unix)

View file

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.3"
version: "0.4"
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
maintainer: ["the Imandra team and contributors"]
authors: ["the Imandra team and contributors"]
@ -15,6 +15,7 @@ depends: [
"opentelemetry" {= version}
"pbrt" {>= "2.2"}
"odoc" {with-doc}
"lwt" {>= "5.3"}
"lwt_ppx" {with-test}
"cohttp-lwt"
"cohttp-lwt-unix"

View file

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.3"
version: "0.4"
synopsis: "Collector client for opentelemetry, using http + ocurl"
maintainer: ["the Imandra team and contributors"]
authors: ["the Imandra team and contributors"]

View file

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.3"
version: "0.4"
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
maintainer: ["the Imandra team and contributors"]
authors: ["the Imandra team and contributors"]
@ -14,6 +14,7 @@ depends: [
"opentelemetry" {= version}
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"lwt" {>= "5.3"}
"cohttp-lwt" {>= "4.0.0"}
]
build: [

View file

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.3"
version: "0.4"
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
maintainer: ["the Imandra team and contributors"]
authors: ["the Imandra team and contributors"]

View file

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.3"
version: "0.4"
synopsis: "Instrumentation for https://opentelemetry.io"
maintainer: ["the Imandra team and contributors"]
authors: ["the Imandra team and contributors"]