From 605ec251432786b169490aac60679388aa902d95 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 8 Jun 2021 17:48:30 +0100 Subject: [PATCH] prepare macros release 0.2.1 --- actix-macros/CHANGES.md | 3 +++ actix-macros/Cargo.toml | 10 ++++++---- actix-router/CHANGES.md | 1 + 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/actix-macros/CHANGES.md b/actix-macros/CHANGES.md index 96098c918c..8d7037cf2a 100644 --- a/actix-macros/CHANGES.md +++ b/actix-macros/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 0.2.1 - 2021-02-02 * Add optional argument `system` to `main` macro which can be used to specify the path to `actix_rt::System` (useful for re-exports). [#363] [#363]: https://github.com/actix/actix-net/pull/363 diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index 1664fc272c..fd5737f852 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -1,10 +1,12 @@ [package] name = "actix-macros" -version = "0.2.0" -authors = ["Nikolay Kim "] +version = "0.2.1" +authors = [ + "Nikolay Kim ", + "Ibraheem Ahmed ", +] description = "Macros for Actix system and runtime" -repository = "https://github.com/actix/actix-net.git" -documentation = "https://docs.rs/actix-macros" +repository = "https://github.com/actix/actix-net" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index d3f15405ce..252f5da542 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -14,6 +14,7 @@ [#359]: https://github.com/actix/actix-net/pull/359 [#360]: https://github.com/actix/actix-net/pull/360 + ## 0.3.0 - 2019-12-31 * Version was yanked previously. See https://crates.io/crates/actix-router/0.3.0