Skip to content

Commit

Permalink
🚀 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Jun 30, 2024
1 parent 0ed91e1 commit b64946e
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = ["examples/grpc", "target", "tonic-tracing-opentelemetry"]

[workspace.package]
edition = "2021"
version = "0.18.0"
version = "0.19.0"
authors = ["David Bernard"]
license = "CC0-1.0"
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
Expand Down
4 changes: 2 additions & 2 deletions axum-tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = [
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/axum-tracing-opentelemetry"
rust-version.workspace = true
edition.workspace = true
version = "0.18.1"
version = "0.19.0"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand All @@ -30,7 +30,7 @@ tracing = { workspace = true }
tracing-opentelemetry = { workspace = true }
tracing-opentelemetry-instrumentation-sdk = { path = "../tracing-opentelemetry-instrumentation-sdk", features = [
"http",
], version = "0.18" }
], version = "0.19" }

[dev-dependencies]
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector" }
Expand Down
2 changes: 1 addition & 1 deletion examples/axum-otlp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "examples-axum-otlp"
version = "0.18.0"
version = "0.19.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion examples/load/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "examples-load"
version = "0.18.0"
version = "0.19.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion fake-opentelemetry-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readme = "README.md"
keywords = ["tracing", "opentelemetry", "faker", "mock"]
categories = ["development-tools::testing"]
edition.workspace = true
version = "0.18.0"
version = "0.19.0"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion init-tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["tracing", "opentelemetry"]
categories = ["development-tools::debugging", "development-tools::profiling"]
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/init-tracing-opentelemetry"
edition.workspace = true
version = "0.18.1"
version = "0.19.0"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions testing-tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ categories = ["development-tools::testing"]
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/testing-tracing-opentelemetry"
publish = false
edition.workspace = true
version = "0.18.0"
version = "0.19.0"
authors.workspace = true
repository.workspace = true
license.workspace = true

[dependencies]
assert2 = "0.3"
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector", version = "0.18" }
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector", version = "0.19" }
insta = { version = "1.29.0", features = ["yaml", "redactions"] }
opentelemetry = { workspace = true }
opentelemetry_sdk = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion tonic-tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = [
]
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tonic-tracing-opentelemetry"
edition.workspace = true
version = "0.18.2"
version = "0.19.0"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tracing-opentelemetry-instrumentation-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = [
]
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tracing-opentelemetry-instrumentation-sdk"
edition.workspace = true
version = "0.18.1"
version = "0.19.0"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down

0 comments on commit b64946e

Please sign in to comment.