Skip to content

Commit

Permalink
Bump 0.11.1 & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Sep 12, 2024
1 parent 7642522 commit 57abf1d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to

---

## [0.11.1] - 2024-09-12

### Fixed

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

---

## [0.11.0] - 2024-07-24

### Updated
Expand Down Expand Up @@ -231,7 +239,8 @@ jaeger:
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.11.0...HEAD
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.11.1...HEAD
[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
[0.9.4]: https://github.com/primait/prima_tracing.rs/compare/0.9.3...0.9.4
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.0"
version = "0.11.1"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Install from [crates.io](https://crates.io/crates/prima-tracing)

```toml
prima-tracing = "0.9"
prima-tracing = "0.11"
```

### Cargo features
Expand Down

0 comments on commit 57abf1d

Please sign in to comment.