From 00e3c29e487ff05b6252be8052b7ba86f7c08202 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 27 Jan 2020 10:32:07 -0800 Subject: chore: prepare v0.2.11 release (#2179) Also bumps: - tokio-macros: v0.2.4 --- tokio-macros/CHANGELOG.md | 8 ++++++++ tokio-macros/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'tokio-macros') diff --git a/tokio-macros/CHANGELOG.md b/tokio-macros/CHANGELOG.md index d6e3afa7..91955c7a 100644 --- a/tokio-macros/CHANGELOG.md +++ b/tokio-macros/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.2.4 (January 27, 2019) + +### Fixed +- generics on `#[tokio::main]` function (#2177). + +### Added +- support for `tokio::select!` (#2152). + # 0.2.3 (January 7, 2019) ### Fixed diff --git a/tokio-macros/Cargo.toml b/tokio-macros/Cargo.toml index 3cc3a3e4..01bfdc28 100644 --- a/tokio-macros/Cargo.toml +++ b/tokio-macros/Cargo.toml @@ -7,7 +7,7 @@ name = "tokio-macros" # - Cargo.toml # - Update CHANGELOG.md. # - Create "v0.1.x" git tag. -version = "0.2.3" +version = "0.2.4" edition = "2018" authors = ["Tokio Contributors "] license = "MIT" -- cgit v1.2.3