Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #211

Merged
merged 2 commits into from
Feb 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ exclude = ["target"]

[workspace.package]
edition = "2021"
version = "0.24.0"
version = "0.26.0"
authors = ["David Bernard"]
license = "CC0-1.0"
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
4 changes: 2 additions & 2 deletions axum-tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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.25.0"
version = "0.26.0"
authors.workspace = true
repository.workspace = true
license.workspace = true
@@ -30,7 +30,7 @@ tracing = { workspace = true }
tracing-opentelemetry = { workspace = true }
tracing-opentelemetry-instrumentation-sdk = { path = "../tracing-opentelemetry-instrumentation-sdk", features = [
"http",
], version = "0.24" }
], version = "0.26" }

[dev-dependencies]
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector" }
2 changes: 1 addition & 1 deletion fake-opentelemetry-collector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ readme = "README.md"
keywords = ["tracing", "opentelemetry", "faker", "mock"]
categories = ["development-tools::testing"]
edition.workspace = true
version = "0.25.1"
version = "0.26.0"
authors.workspace = true
repository.workspace = true
license.workspace = true
2 changes: 1 addition & 1 deletion init-tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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.25.1"
version = "0.26.0"
authors.workspace = true
repository.workspace = true
license.workspace = true
2 changes: 1 addition & 1 deletion testing-tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ license.workspace = true

[dependencies]
assert2 = { workspace = true }
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector", version = "0.25" }
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector", version = "0.26" }
insta = { workspace = true }
opentelemetry = { workspace = true }
opentelemetry_sdk = { workspace = true }
4 changes: 2 additions & 2 deletions tonic-tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ categories = [
]
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tonic-tracing-opentelemetry"
edition.workspace = true
version = "0.24.3"
version = "0.26.0"
authors.workspace = true
repository.workspace = true
license.workspace = true
@@ -29,7 +29,7 @@ tracing = { workspace = true }
tracing-opentelemetry = { workspace = true }
tracing-opentelemetry-instrumentation-sdk = { path = "../tracing-opentelemetry-instrumentation-sdk", features = [
"http",
], version = "0.24" }
], version = "0.26" }

[dev-dependencies]
axum = { workspace = true }
2 changes: 1 addition & 1 deletion tracing-opentelemetry-instrumentation-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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.24.2"
version = "0.26.0"
authors.workspace = true
repository.workspace = true
license.workspace = true