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.30 #2339

Merged
merged 1 commit into from Oct 6, 2022
Merged

core: prepare to release v0.1.30 #2339

merged 1 commit into from Oct 6, 2022

Commits on Oct 6, 2022

  1. core: prepare to release v0.1.30

    # 0.1.30 (October 6, 2022)
    
    This release of `tracing-core` adds a new `on_register_dispatch` method
    to the `Subscriber` trait to allow the `Subscriber` to perform
    initialization after being registered as a `Dispatch`, and a
    `WeakDispatch` type to allow a `Subscriber` to store its own `Dispatch`
    without creating reference count cycles.
    
    ### Added
    
    - `Subscriber::on_register_dispatch` method ([#2269])
    - `WeakDispatch` type and `Dispatch::downgrade()` function ([#2293])
    
    Thanks to @jswrenn for contributing to this release!
    
    [#2269]: #2269
    [#2293]: #2293
    hawkw committed Oct 6, 2022
    Copy the full SHA
    e33d98e View commit details
    Browse the repository at this point in the history