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

core: prepare to release 0.1.20 #1554

Merged
merged 1 commit into from
Sep 12, 2021
Merged

core: prepare to release 0.1.20 #1554

merged 1 commit into from
Sep 12, 2021

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Sep 12, 2021

0.1.20 (September 12, 2021)

This release adds support for f64 as one of the tracing-core
primitive field values, allowing floating-point values to be recorded as
typed values rather than with fmt::Debug. Additionally, it adds
NoSubscriber, a Subscriber implementation that does nothing.

Added

  • subscriber: NoSubscriber, a no-op Subscriber implementation
    (#1549)
  • field: Added Visit::record_f64 and support for recording
    floating-point values (#1507)

Thanks to new contributors @jsgf and @maxburke for contributing to this
release!

# 0.1.20 (September 12, 2021)

This release adds support for `f64` as one of the `tracing-core`
primitive field values, allowing floating-point values to be recorded as
typed values rather than with `fmt::Debug`. Additionally, it adds
`NoSubscriber`, a `Subscriber` implementation that does nothing.
### Added

- **subscriber**: `NoSubscriber`, a no-op `Subscriber` implementation
  ([#1549])
- **field**: Added `Visit::record_f64` and support for recording
  floating-point values ([#1507])

Thanks to new contributors @jsgf and @maxburke for contributing to this
release!

[#1549]: #1549
[#1507]: #1507
@hawkw hawkw requested a review from a team as a code owner September 12, 2021 22:24
@hawkw hawkw merged commit c4b0058 into v0.1.x Sep 12, 2021
@hawkw hawkw deleted the eliza/core-0.1.20 branch September 12, 2021 22:29
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 0.1.20 (September 12, 2021)

This release adds support for `f64` as one of the `tracing-core`
primitive field values, allowing floating-point values to be recorded as
typed values rather than with `fmt::Debug`. Additionally, it adds
`NoSubscriber`, a `Subscriber` implementation that does nothing.
### Added

- **subscriber**: `NoSubscriber`, a no-op `Subscriber` implementation
  ([tokio-rs#1549])
- **field**: Added `Visit::record_f64` and support for recording
  floating-point values ([tokio-rs#1507])

Thanks to new contributors @jsgf and @maxburke for contributing to this
release!

[tokio-rs#1549]: tokio-rs#1549
[tokio-rs#1507]: tokio-rs#1507
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