serde: prepare to release 0.1.2 (#973)

### Added

- `SerdeMapVisitor::finish` to complete serializing the visited objects
  (#892)
- `SerdeMapVisitor::take_serializer` to return the serializer wrapped by
  a `SerdeMapVisitor` (#892)

Thanks to @bryanburgers for contributing to this release!
This commit is contained in:
Eliza Weisman 2020-09-11 14:13:47 -07:00 committed by GitHub
parent 3dd5c03d90
commit 52667624e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tracing-serde"
version = "0.1.1"
version = "0.1.2"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
edition = "2018"

View File

@ -125,7 +125,7 @@
//!
//! [`tracing`]: https://crates.io/crates/tracing
//! [`serde`]: https://crates.io/crates/serde
#![doc(html_root_url = "https://docs.rs/tracing-serde/0.1.1")]
#![doc(html_root_url = "https://docs.rs/tracing-serde/0.1.2")]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"