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

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Feb 4, 2022

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!

# 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 hawkw requested a review from a team as a code owner February 4, 2022 00:59
@hawkw hawkw merged commit 46eda1e into v0.1.x Feb 4, 2022
@hawkw hawkw deleted the eliza/attributes-0.1.19 branch February 4, 2022 01:00
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