Skip to content

Commit 8035b23

Browse files
committed
bump for release
1 parent c034f85 commit 8035b23

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to
66

77
## [Unreleased]
88

9+
---
10+
11+
## [0.15.0] - 2025-02-26
12+
913
### Updated
1014

1115
- Bumped opentelemetry version to 0.28
@@ -299,7 +303,9 @@ jaeger:
299303
COLLECTOR_OTLP_HTTP_HOST_PORT: 55681
300304
```
301305
302-
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.14.2...HEAD
306+
307+
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.15.0...HEAD
308+
[0.15.0]: https://github.com/primait/prima_tracing.rs/compare/0.14.2...0.15.0
303309
[0.14.2]: https://github.com/primait/prima_tracing.rs/compare/0.14.1...0.14.2
304310
[0.14.1]: https://github.com/primait/prima_tracing.rs/compare/0.14.0...0.14.1
305311
[0.14.0]: https://github.com/primait/prima_tracing.rs/compare/0.13.1...0.14.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
name = "prima-tracing"
77
readme = "README.md"
88
repository = "https://github.com/primait/prima_tracing.rs"
9-
version = "0.14.2"
9+
version = "0.15.0"
1010

1111
[features]
1212
default = []

0 commit comments

Comments
 (0)