Skip to content

Commit b0ead85

Browse files
chore: release (#199)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5027201 commit b0ead85

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

axum-tracing-opentelemetry/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.25.0](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/axum-tracing-opentelemetry-v0.24.2...axum-tracing-opentelemetry-v0.25.0) - 2025-01-02
10+
11+
### <!-- 2 -->Added
12+
13+
- *(deps)* update rust crate axum to 0.8 (#197)
14+
915
## [0.24.1](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/axum-tracing-opentelemetry-v0.24.0...axum-tracing-opentelemetry-v0.24.1) - 2024-11-24
1016

1117
### <!-- 1 -->Fixed

axum-tracing-opentelemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.24.2"
14+
version = "0.25.0"
1515
authors.workspace = true
1616
repository.workspace = true
1717
license.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.24.1"
13+
version = "0.24.2"
1414
authors.workspace = true
1515
repository.workspace = true
1616
license.workspace = true

0 commit comments

Comments
 (0)