Skip to content

Commit

Permalink
馃殌 (cargo-release) version 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Feb 11, 2024
1 parent a143cbd commit d50b7f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = ["target"]

[workspace.package]
edition = "2021"
version = "0.15.1"
version = "0.15.2"
authors = ["David Bernard"]
license = "CC0-1.0"
repository = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
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.15.1"
version = "0.15.2"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion examples/grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "examples-grpc"
version = "0.15.1"
version = "0.15.2"
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.15.1"
version = "0.15.2"
edition = "2021"
publish = false

Expand Down

0 comments on commit d50b7f2

Please sign in to comment.