Skip to content

Commit

Permalink
prepare for 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jun 9, 2022
1 parent a577b83 commit 36dcdda
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
(source
(github aestheticintegration/ocaml-opentelemetry))

(version 0.1)
(version 0.2)

(authors "the Imandra team")
(maintainers "the Imandra team")
(authors "the Imandra team and contributors")
(maintainers "the Imandra team and contributors")
(license MIT)
;(documentation https://url/to/documentation)

Expand Down
6 changes: 3 additions & 3 deletions opentelemetry-client-ocurl.opam
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
version: "0.2"
synopsis: "Collector client for opentelemetry, using http + ocurl"
maintainer: ["the Imandra team"]
authors: ["the Imandra team"]
maintainer: ["the Imandra team and contributors"]
authors: ["the Imandra team and contributors"]
license: "MIT"
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
bug-reports:
Expand Down
6 changes: 3 additions & 3 deletions opentelemetry-cohttp-lwt.opam
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
version: "0.2"
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
maintainer: ["the Imandra team"]
authors: ["the Imandra team"]
maintainer: ["the Imandra team and contributors"]
authors: ["the Imandra team and contributors"]
license: "MIT"
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
bug-reports:
Expand Down
6 changes: 3 additions & 3 deletions opentelemetry-lwt.opam
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
version: "0.2"
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
maintainer: ["the Imandra team"]
authors: ["the Imandra team"]
maintainer: ["the Imandra team and contributors"]
authors: ["the Imandra team and contributors"]
license: "MIT"
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
Expand Down
6 changes: 3 additions & 3 deletions opentelemetry.opam
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
version: "0.2"
synopsis: "Instrumentation for https://opentelemetry.io"
maintainer: ["the Imandra team"]
authors: ["the Imandra team"]
maintainer: ["the Imandra team and contributors"]
authors: ["the Imandra team and contributors"]
license: "MIT"
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
Expand Down
2 changes: 1 addition & 1 deletion src/opentelemetry.ml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ module Globals = struct
let service_instance_id = ref None

let instrumentation_library =
default_instrumentation_library ~version:"0.1" ~name:"ocaml-opentelemetry"
default_instrumentation_library ~version:"0.2" ~name:"ocaml-opentelemetry"
()

(** Global attributes, initially set
Expand Down

0 comments on commit 36dcdda

Please sign in to comment.