Skip to content

Commit 4f8e15b

Browse files
committed
🔖 bump version manually to 0.18
Signed-off-by: David Bernard <[email protected]>
1 parent 8053616 commit 4f8e15b

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = ["examples/grpc", "target", "tonic-tracing-opentelemetry"]
1414

1515
[workspace.package]
1616
edition = "2021"
17-
version = "0.17.0"
17+
version = "0.18.0"
1818
authors = ["David Bernard"]
1919
license = "CC0-1.0"
2020
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"

axum-tracing-opentelemetry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories = [
1111
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/axum-tracing-opentelemetry"
1212
rust-version.workspace = true
1313
edition.workspace = true
14-
version = "0.17.1"
14+
version = "0.18.0"
1515
authors.workspace = true
1616
repository.workspace = true
1717
license.workspace = true
@@ -30,7 +30,7 @@ tracing = { workspace = true }
3030
tracing-opentelemetry = { workspace = true }
3131
tracing-opentelemetry-instrumentation-sdk = { path = "../tracing-opentelemetry-instrumentation-sdk", features = [
3232
"http",
33-
], version = "0.17" }
33+
], version = "0.18" }
3434

3535
[dev-dependencies]
3636
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector" }

fake-opentelemetry-collector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readme = "README.md"
55
keywords = ["tracing", "opentelemetry", "faker", "mock"]
66
categories = ["development-tools::testing"]
77
edition.workspace = true
8-
version = "0.17.1"
8+
version = "0.18.0"
99
authors.workspace = true
1010
repository.workspace = true
1111
license.workspace = true

init-tracing-opentelemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["tracing", "opentelemetry"]
66
categories = ["development-tools::debugging", "development-tools::profiling"]
77
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/init-tracing-opentelemetry"
88
edition.workspace = true
9-
version = "0.17.1"
9+
version = "0.18.0"
1010
authors.workspace = true
1111
repository.workspace = true
1212
license.workspace = true

testing-tracing-opentelemetry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ categories = ["development-tools::testing"]
77
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/testing-tracing-opentelemetry"
88
publish = false
99
edition.workspace = true
10-
version = "0.17.0"
10+
version = "0.18.0"
1111
authors.workspace = true
1212
repository.workspace = true
1313
license.workspace = true
1414

1515
[dependencies]
1616
assert2 = "0.3"
17-
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector", version = "0.17" }
17+
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector", version = "0.18" }
1818
insta = { version = "1.29.0", features = ["yaml", "redactions"] }
1919
opentelemetry = { workspace = true }
2020
opentelemetry_sdk = { workspace = true }

tonic-tracing-opentelemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = [
1010
]
1111
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tonic-tracing-opentelemetry"
1212
edition.workspace = true
13-
version = "0.15.4"
13+
version = "0.18.0"
1414
authors.workspace = true
1515
repository.workspace = true
1616
license.workspace = true

tracing-opentelemetry-instrumentation-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = [
1010
]
1111
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tracing-opentelemetry-instrumentation-sdk"
1212
edition.workspace = true
13-
version = "0.17.1"
13+
version = "0.18.0"
1414
authors.workspace = true
1515
repository.workspace = true
1616
license.workspace = true

0 commit comments

Comments
 (0)