You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 0.2.0 (October 23, 2021)
This is a breaking change release in order to update the
`tracing-subscriber` dependency version to [the v0.3.x release
series][v03].
### Changed
- Updated `tracing-subscriber` dependency to [v0.3.0][v03] ([#1677])
### Fixed
- Disabled default features of the `tracing` dependency so that
proc-macro dependencies are not enabled ([#1144])
- Documentation fixes and improvements ([#635], [#695])
### Added
- **SpanTrace**: Added `SpanTrace::new` constructor for constructing a
`SpanTrace` from a `Span` passed as an argument (rather than capturing
the current span) ([#1492])
Thanks to @CAD97 for contributing to this release!
[v03]: https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.0
[#635]: #635
[#695]: #695
[#1144]: #1144
[#1492]: #1492
[#1677]: #1677
0 commit comments