Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: prepare to release v0.2.0 #1681

Merged
merged 2 commits into from
Oct 23, 2021
Merged

error: prepare to release v0.2.0 #1681

merged 2 commits into from
Oct 23, 2021

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Oct 23, 2021

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
.

Changed

  • Updated tracing-subscriber dependency to v0.3.0 (#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!

# 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
@hawkw hawkw requested review from yaahc and a team as code owners October 23, 2021 18:34
@hawkw hawkw merged commit e65c78b into v0.1.x Oct 23, 2021
@hawkw hawkw deleted the eliza/error-0.2 branch October 23, 2021 23:21
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 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] ([tokio-rs#1677])

### Fixed

- Disabled default features of the `tracing` dependency so that
  proc-macro dependencies are not enabled ([tokio-rs#1144])
- Documentation fixes and improvements ([tokio-rs#635], [tokio-rs#695])

### Added

- **SpanTrace**: Added `SpanTrace::new` constructor for constructing a
  `SpanTrace` from a `Span` passed as an argument (rather than capturing
  the current span) ([tokio-rs#1492])

Thanks to @CAD97 for contributing to this release!

[v03]: https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.0
[tokio-rs#635]: tokio-rs#635
[tokio-rs#695]: tokio-rs#695
[tokio-rs#1144]: tokio-rs#1144
[tokio-rs#1492]: tokio-rs#1492
[tokio-rs#1677]: tokio-rs#1677
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant