Skip to content

Commit

Permalink
Bump (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad authored Mar 5, 2024
1 parent 32ba0d9 commit 8f21654
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.9.0] - 2024-03-04

---

## [0.8.1] - 2024-01-05

### Fixed
Expand Down Expand Up @@ -132,7 +136,9 @@ If you are using Jaeger to collect traces locally on your machine, you will need
```
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.8.1...HEAD
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.9.0...HEAD
[0.9.0]: https://github.com/primait/prima_tracing.rs/compare/0.8.1...0.9.0
[0.8.1]: https://github.com/primait/prima_tracing.rs/compare/0.8.0...0.8.1
[0.8.0]: https://github.com/primait/prima_tracing.rs/compare/0.7.2...0.8.0
[0.7.2]: https://github.com/primait/prima_tracing.rs/compare/0.7.1...0.7.2
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.8.1"
version = "0.9.0"

[features]
default = []
Expand Down

0 comments on commit 8f21654

Please sign in to comment.