Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Sep 17, 2024
1 parent fb880d9 commit f496ced
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,20 @@ and this project adheres to

---

## [0.12.0] - 2024-09-17

### Updated

- Bumped opentelemetry version to 0.25

---

## [0.11.1] - 2024-09-12

### Fixed

- Shutdown the tracing provider before exiting ([bug](https://github.com/open-telemetry/opentelemetry-rust/issues/1961))
- Shutdown the tracing provider before exiting
([bug](https://github.com/open-telemetry/opentelemetry-rust/issues/1961))

---

Expand Down Expand Up @@ -237,9 +246,8 @@ jaeger:
COLLECTOR_OTLP_HTTP_HOST_PORT: 55681
```
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.11.1...HEAD
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.12.0...HEAD
[0.12.0]: https://github.com/primait/prima_tracing.rs/compare/0.11.1...0.12.0
[0.11.1]: https://github.com/primait/prima_tracing.rs/compare/0.11.0...0.11.1
[0.11.0]: https://github.com/primait/prima_tracing.rs/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/primait/prima_tracing.rs/compare/0.9.5...0.10.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
name = "prima-tracing"
readme = "README.md"
repository = "https://github.com/primait/prima_tracing.rs"
version = "0.11.1"
version = "0.12.0"

[features]
default = []
Expand Down

0 comments on commit f496ced

Please sign in to comment.