From ffd4025fce3c2fc44c0a91e38823a21d76bb6711 Mon Sep 17 00:00:00 2001 From: Artem Vorotnikov Date: Wed, 8 Jan 2020 00:44:27 +0300 Subject: chore: prepare tokio-macros v0.2.2 release (#2068) --- tokio-macros/CHANGELOG.md | 3 +++ tokio-macros/Cargo.toml | 4 ++-- tokio-macros/src/lib.rs | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'tokio-macros') diff --git a/tokio-macros/CHANGELOG.md b/tokio-macros/CHANGELOG.md index 6ee535a6..95271897 100644 --- a/tokio-macros/CHANGELOG.md +++ b/tokio-macros/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.2.2 (January 7, 2019) +- General refactoring and inclusion of additional runtime options (#2022 and #2038) + # 0.2.1 (December 18, 2019) ### Fixes diff --git a/tokio-macros/Cargo.toml b/tokio-macros/Cargo.toml index 597e913c..8d74e9d5 100644 --- a/tokio-macros/Cargo.toml +++ b/tokio-macros/Cargo.toml @@ -7,13 +7,13 @@ name = "tokio-macros" # - Cargo.toml # - Update CHANGELOG.md. # - Create "v0.1.x" git tag. -version = "0.2.1" +version = "0.2.2" edition = "2018" authors = ["Tokio Contributors "] license = "MIT" repository = "https://github.com/tokio-rs/tokio" homepage = "https://tokio.rs" -documentation = "https://docs.rs/tokio-macros/0.2.1/tokio_macros" +documentation = "https://docs.rs/tokio-macros/0.2.2/tokio_macros" description = """ Tokio's proc macros. """ diff --git a/tokio-macros/src/lib.rs b/tokio-macros/src/lib.rs index bbcc3608..ce38fabe 100644 --- a/tokio-macros/src/lib.rs +++ b/tokio-macros/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/tokio-macros/0.2.1")] +#![doc(html_root_url = "https://docs.rs/tokio-macros/0.2.2")] #![allow(clippy::needless_doctest_main)] #![warn( missing_debug_implementations, -- cgit v1.2.3