Skip to content

Conversation

@hawkw
Copy link
Member

@hawkw hawkw commented Apr 14, 2022

0.1.26 (April 14, 2022)

This release adds a Value implementation for Box<T: Value> to allow
recording boxed values more conveniently. In particular, this should
improve the ergonomics of the implementations for dyn std::error::Error
trait objects, including those added in v0.1.25.

Added

  • Value implementation for Box<T> where T: Value (#2071)

Fixed

  • Broken documentation links (#2068)

Thanks to new contributor @ben0x539 for contributing to this release!

@hawkw hawkw requested a review from a team as a code owner April 14, 2022 21:19
@hawkw hawkw enabled auto-merge (squash) April 14, 2022 21:19
# 0.1.26 (April 14, 2022)

This release adds a `Value` implementation for `Box<T: Value>` to allow
recording boxed values more conveniently. In particular, this should
improve the ergonomics of the implementations for `dyn std::error::Error`
trait objects, including those added in [v0.1.25].

### Added

- `Value` implementation for `Box<T> where T: Value` ([#2071])

[v0.1.25]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.25
[#2071]: #2071
@hawkw hawkw force-pushed the eliza/core-0.1.26 branch from 249c01f to 3751f52 Compare April 14, 2022 21:30
@hawkw hawkw disabled auto-merge April 14, 2022 21:30
@hawkw hawkw enabled auto-merge (squash) April 14, 2022 21:30
@hawkw hawkw disabled auto-merge April 14, 2022 21:46
@hawkw hawkw merged commit cb294a9 into v0.1.x Apr 14, 2022
@hawkw hawkw deleted the eliza/core-0.1.26 branch April 14, 2022 21:46
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.

2 participants