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.26 #2075

Merged
merged 1 commit into from
Apr 14, 2022
Merged

core: prepare to release v0.1.26 #2075

merged 1 commit into from
Apr 14, 2022

Commits on Apr 14, 2022

  1. core: prepare to release v0.1.26

    # 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 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    3751f52 View commit details
    Browse the repository at this point in the history