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 v0.1.29 #2256

Merged
merged 1 commit into from Jul 29, 2022
Merged

core: prepare to release v0.1.29 #2256

merged 1 commit into from Jul 29, 2022

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Jul 29, 2022

0.1.29 (July 29, 2022)

This release of tracing-core adds PartialEq and Eq implementations
for metadata types, and improves error messages when setting the global
default subscriber fails.

Added

  • PartialEq and Eq implementations for Metadata (#2229)
  • PartialEq and Eq implementations for FieldSet (#2229)

Fixed

  • Fixed unhelpful fmt::Debug output for
    dispatcher::SetGlobalDefaultError (#2250)
  • Fixed compilation with -Z minimal-versions (#2246)

Thanks to @jswrenn and @CAD97 for contributing to this release!

Motivation

Solution

# 0.1.29 (July 29, 2022)

This release of `tracing-core` adds `PartialEq` and `Eq` implementations
for metadata types, and improves error messages when setting the global
default subscriber fails.

### Added

- `PartialEq` and `Eq` implementations for `Metadata` ([#2229])
- `PartialEq` and `Eq` implementations for `FieldSet` ([#2229])

### Fixed

- Fixed unhelpful `fmt::Debug` output for
  `dispatcher::SetGlobalDefaultError` ([#2250])
- Fixed compilation with `-Z minimal-versions` ([#2246])

Thanks to @jswrenn and @CAD97 for contributing to this release!

[#2229]: #2229
[#2246]: #2246
[#2250]: #2250
@hawkw hawkw requested a review from a team as a code owner July 29, 2022 19:25
@hawkw hawkw merged commit 275eded into v0.1.x Jul 29, 2022
@hawkw hawkw deleted the eliza/core-0.1.29 branch July 29, 2022 19:45
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