summaryrefslogtreecommitdiffstats
path: root/tokio-macros
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-01-27 10:32:07 -0800
committerGitHub <noreply@github.com>2020-01-27 10:32:07 -0800
commit00e3c29e487ff05b6252be8052b7ba86f7c08202 (patch)
tree00702f88ce63ae8ab669f1313ec7c71717cb8a71 /tokio-macros
parentbcba4aaa5414eeb12b57e86a3abaf61425cef22b (diff)
chore: prepare v0.2.11 release (#2179)
Also bumps: - tokio-macros: v0.2.4
Diffstat (limited to 'tokio-macros')
-rw-r--r--tokio-macros/CHANGELOG.md8
-rw-r--r--tokio-macros/Cargo.toml2
2 files changed, 9 insertions, 1 deletions
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 <team@tokio.rs>"]
license = "MIT"