From c8f1d9671ce07520f0d987e00cbc288f5b5e2ff0 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 22 Mar 2021 05:24:35 +0000 Subject: [PATCH] add upgrade -web hints in changelogs --- actix-cors/CHANGES.md | 1 + actix-identity/CHANGES.md | 1 + actix-protobuf/CHANGES.md | 4 ++++ actix-redis/CHANGES.md | 2 ++ actix-session/CHANGES.md | 2 ++ actix-web-httpauth/CHANGES.md | 2 ++ 6 files changed, 12 insertions(+) diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index ba77d9185..9fa654a06 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -1,6 +1,7 @@ # Changes ## Unreleased - 2021-xx-xx +* Update `actix-web` dependency to 4.0.0 beta. * Minimum supported Rust version (MSRV) is now 1.46.0. diff --git a/actix-identity/CHANGES.md b/actix-identity/CHANGES.md index 6a1afdf96..04b14dd40 100644 --- a/actix-identity/CHANGES.md +++ b/actix-identity/CHANGES.md @@ -1,6 +1,7 @@ # Changes ## Unreleased - 2020-xx-xx +* Update `actix-web` dependency to 4.0.0 beta. * Minimum supported Rust version (MSRV) is now 1.46.0. diff --git a/actix-protobuf/CHANGES.md b/actix-protobuf/CHANGES.md index 2d305f03f..efa176518 100644 --- a/actix-protobuf/CHANGES.md +++ b/actix-protobuf/CHANGES.md @@ -1,8 +1,12 @@ # Changes ## Unreleased - 2020-xx-xx +* Bump `prost` version to 0.7. [#144] +* Update `actix-web` dependency to 4.0.0 beta. * Minimum supported Rust version (MSRV) is now 1.46.0. +[#144]: https://github.com/actix/actix-extras/pull/144 + ## 0.6.0 - 2020-09-11 * Update `actix-web` dependency to 3.0.0. diff --git a/actix-redis/CHANGES.md b/actix-redis/CHANGES.md index 2b58cf3ec..6750cd79b 100644 --- a/actix-redis/CHANGES.md +++ b/actix-redis/CHANGES.md @@ -1,6 +1,8 @@ # Changes ## Unreleased - 2020-xx-xx +* Update `actix-web` dependency to 4.0.0 beta. +* Minimum supported Rust version (MSRV) is now 1.46.0. ## 0.9.2 - 2020-03-21 diff --git a/actix-session/CHANGES.md b/actix-session/CHANGES.md index 8e81457ab..fff079fd1 100644 --- a/actix-session/CHANGES.md +++ b/actix-session/CHANGES.md @@ -1,6 +1,8 @@ # Changes ## Unreleased - 2020-xx-xx +* Update `actix-web` dependency to 4.0.0 beta. +* Minimum supported Rust version (MSRV) is now 1.46.0. ## 0.4.1 - 2020-03-21 diff --git a/actix-web-httpauth/CHANGES.md b/actix-web-httpauth/CHANGES.md index b20cf8c5f..8c956d5f1 100644 --- a/actix-web-httpauth/CHANGES.md +++ b/actix-web-httpauth/CHANGES.md @@ -1,6 +1,8 @@ # Changes ## Unreleased - 2020-xx-xx +* Update `actix-web` dependency to 4.0.0 beta. +* Minimum supported Rust version (MSRV) is now 1.46.0. ## 0.5.1 - 2020-03-21