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

attributes: prepare to release 0.1.19 #1898

Merged
merged 2 commits into from
Feb 4, 2022
Merged

Commits on Feb 4, 2022

  1. attributes: prepare to release 0.1.19

    # 0.1.19 (February 3, 2022)
    
    This release introduces a new `#[instrument(ret)]` argument to emit an
    event with the return value of an instrumented function.
    
    ### Added
    
    - `#[instrument(ret)]` to record the return value of a function
      ([#1716])
    - added `err(Debug)` argument to cause `#[instrument(err)]` to record
      errors with `Debug` rather than `Display ([#1631])
    
    ### Fixed
    
    - incorrect code generation for functions returning async blocks
      ([#1866])
    - incorrect diagnostics when using `rust-analyzer` ([#1634])
    
    Thanks to @Swatinem, @hkmatsumoto, @cynecx, and @ciuncan for
    contributing to this release!
    
    [#1716]: #1716
    [#1631]: #1631
    [#1634]: #1634
    [#1866]: #1866
    hawkw committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    d65827b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1fe469 View commit details
    Browse the repository at this point in the history