Prepare buffer 0.1.2 release (#360)

This commit is contained in:
Lucio Franco 2019-10-11 11:39:34 -04:00 committed by GitHub
parent 30f11bfaa2
commit e414b2b7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# 0.1.2 (October 11, 2019)
- Bump `tokio-sync` to `v0.1.3`
# 0.1.1 (July 19, 2019)
- Add `tracing` support

View File

@ -8,7 +8,7 @@ name = "tower-buffer"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.1"
version = "0.1.2"
authors = ["Tower Maintainers <team@tower-rs.com>"]
license = "MIT"
readme = "README.md"

View File

@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tower-buffer/0.1.1")]
#![doc(html_root_url = "https://docs.rs/tower-buffer/0.1.2")]
#![deny(rust_2018_idioms)]
#![allow(elided_lifetimes_in_paths)]