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.21 #1610

Merged
merged 1 commit into from
Oct 1, 2021
Merged

core: prepare to release 0.1.21 #1610

merged 1 commit into from
Oct 1, 2021

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Oct 1, 2021

0.1.21 (October 1, 2021)

This release adds support for recording Option<T> where T: Value as
typed tracing field values.

Added

  • field: Value impl for Option<T> where T: Value (#1585)

Fixed

  • Fixed deprecation warnings when building with default-features
    disabled (#1603, #1606)
  • Documentation fixes and improvements (#1595, #1601)

Thanks to @BrianBurgers, @DCjanus, and @matklad for contributing to this
release!

# 0.1.21 (October 1, 2021)

This release adds support for recording `Option<T> where T: Value` as
typed `tracing` field values.

### Added

- **field**: `Value` impl for `Option<T> where T: Value` ([#1585])

### Fixed

- Fixed deprecation warnings when building with `default-features`
  disabled ([#1603], [#1606])
- Documentation fixes and improvements ([#1595], [#1601])

Thanks to @BrianBurgers, @DCjanus, and @matklad for contributing to this
release!

[#1585]: #1585
[#1595]: #1595
[#1601]: #1601
[#1603]: #1603
[#1606]: #1606
@hawkw hawkw requested a review from a team as a code owner October 1, 2021 23:38
@hawkw hawkw merged commit 3ee87f3 into v0.1.x Oct 1, 2021
@hawkw hawkw deleted the eliza/core-0.1.21 branch October 1, 2021 23:56
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 0.1.21 (October 1, 2021)

This release adds support for recording `Option<T> where T: Value` as
typed `tracing` field values.

### Added

- **field**: `Value` impl for `Option<T> where T: Value` ([tokio-rs#1585])

### Fixed

- Fixed deprecation warnings when building with `default-features`
  disabled ([tokio-rs#1603], [tokio-rs#1606])
- Documentation fixes and improvements ([tokio-rs#1595], [tokio-rs#1601])

Thanks to @BrianBurgers, @DCjanus, and @matklad for contributing to this
release!

[tokio-rs#1585]: tokio-rs#1585
[tokio-rs#1595]: tokio-rs#1595
[tokio-rs#1601]: tokio-rs#1601
[tokio-rs#1603]: tokio-rs#1603
[tokio-rs#1606]: tokio-rs#1606
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

1 participant