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

tracing: prepare to release v0.1.33 #2061

Merged
merged 1 commit into from Apr 9, 2022
Merged

tracing: prepare to release v0.1.33 #2061

merged 1 commit into from Apr 9, 2022

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Apr 9, 2022

0.1.33 (April 9, 2022)

This release adds new span_enabled! and event_enabled! variants of
the enabled! macro, for testing whether a subscriber would
specifically enable a span or an event.

Added

  • span_enabled! and event_enabled! macros (#1900)
  • Several documentation improvements (#2010, #2012)

Fixed

  • Compilation warning when compiling for <=32-bit targets (including
    wasm32) (#2060)

Thanks to @guswynn, @arifd, @hrxi, @CAD97, and @name1e5s for
contributing to this release!

# 0.1.33 (April 9, 2022)

This release adds new `span_enabled!` and `event_enabled!` variants of
the `enabled!` macro, for testing whether a subscriber would
specifically enable a span or an event.

### Added

- `span_enabled!` and `event_enabled!` macros ([#1900])
- Several documentation improvements ([#2010], [#2012])

### Fixed

- Compilation warning when compiling for <=32-bit targets (including
  `wasm32`) ([#2060])

Thanks to @guswynn, @arifd, @hrxi, @CAD97, and @name1e5s for
contributing to this release!

[#1900]: #1900
[#2010]: #2010
[#2012]: #2012
[#2060]: #2060
@hawkw hawkw requested a review from a team as a code owner April 9, 2022 17:50
@CAD97
Copy link
Contributor

CAD97 commented Apr 9, 2022

(wait, I don't think I contributed to this release)

@hawkw
Copy link
Member Author

hawkw commented Apr 9, 2022

(wait, I don't think I contributed to this release)

Your test-support change (#2009) was in the list of commits for the tracing/ tree since the last release (https://github.com/tokio-rs/tracing/commits/v0.1.x/tracing), which is how I decide who to give credit to...it's not in the actual changelog as it's not a user-facing change.

@hawkw hawkw merged commit 40fb304 into v0.1.x Apr 9, 2022
@hawkw hawkw deleted the eliza/tracing-0.1.33 branch April 9, 2022 20:53
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.

None yet

2 participants