mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +00:00
attributes: prepare to release 0.1.1 (#260)
# 0.1.1 (August 9, 2019) ### Changed - Using the `#[instrument]` attribute on `async fn`s no longer requires a feature flag (#258) ### Fixed - The `#[instrument]` macro now works on generic functions (#262) Signed-off-by: Eliza Weisman <eliza@buoyant.io> Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
parent
562bca3c53
commit
557c71b719
@ -1,3 +1,14 @@
|
||||
# 0.1.1 (August 9, 2019)
|
||||
|
||||
### Changed
|
||||
|
||||
- Using the `#[instrument]` attribute on `async fn`s no longer requires a
|
||||
feature flag (#258)
|
||||
|
||||
### Fixed
|
||||
|
||||
- The `#[instrument]` macro now works on generic functions (#262)
|
||||
|
||||
# 0.1.0 (August 8, 2019)
|
||||
|
||||
- Initial release
|
||||
|
@ -8,7 +8,7 @@ name = "tracing-attributes"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v0.1.x" git tag.
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = [
|
||||
"Tokio Contributors <team@tokio.rs>",
|
||||
"Eliza Weisman <eliza@buoyant.io>",
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![doc(html_root_url = "https://docs.rs/tracing-attributes/0.1.0")]
|
||||
#![doc(html_root_url = "https://docs.rs/tracing-attributes/0.1.1")]
|
||||
#![deny(missing_debug_implementations, unreachable_pub)]
|
||||
#![cfg_attr(test, deny(warnings))]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user