Skip to content

Commit

Permalink
prepare for 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Mar 6, 2023
1 parent ed8ef6a commit 7310b5c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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"))

Expand All @@ -64,6 +65,7 @@
(opentelemetry (= :version))
(pbrt (>= 2.2))
(odoc :with-doc)
(lwt (>= "5.3"))
(lwt_ppx :with-test)
cohttp-lwt
cohttp-lwt-unix)
Expand Down
3 changes: 2 additions & 1 deletion opentelemetry-client-cohttp-lwt.opam
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-client-ocurl.opam
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion opentelemetry-cohttp-lwt.opam
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -14,6 +14,7 @@ depends: [
"opentelemetry" {= version}
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"lwt" {>= "5.3"}
"cohttp-lwt" {>= "4.0.0"}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-lwt.opam
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry.opam
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 7310b5c

Please sign in to comment.