From 2e86fb98225230ed287f093ed1fb56585972fefc Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 1 Mar 2022 04:13:56 +0000 Subject: [PATCH] prepare actix-identity release 0.4.0 --- actix-identity/CHANGES.md | 4 ++++ actix-identity/Cargo.toml | 2 +- actix-identity/README.md | 4 ++-- actix-protobuf/CHANGES.md | 2 +- actix-redis/CHANGES.md | 2 +- actix-session/CHANGES.md | 2 +- actix-web-httpauth/CHANGES.md | 1 + 7 files changed, 11 insertions(+), 6 deletions(-) diff --git a/actix-identity/CHANGES.md b/actix-identity/CHANGES.md index bc49eb753..c8dc4d731 100644 --- a/actix-identity/CHANGES.md +++ b/actix-identity/CHANGES.md @@ -3,6 +3,10 @@ ## Unreleased - 2021-xx-xx +## 0.4.0 - 2022-03-01 +- Update `actix-web` dependency to `4`. + + ## 0.4.0-beta.9 - 2022-02-07 - Relax body type bounds on middleware impl. [#223] - Update `actix-web` dependency to `4.0.0-rc.1`. diff --git a/actix-identity/Cargo.toml b/actix-identity/Cargo.toml index c37ff9f6c..7011da01f 100644 --- a/actix-identity/Cargo.toml +++ b/actix-identity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-identity" -version = "0.4.0-beta.9" +version = "0.4.0" authors = ["Nikolay Kim "] description = "Identity service for Actix Web" keywords = ["actix", "auth", "identity", "web", "security"] diff --git a/actix-identity/README.md b/actix-identity/README.md index 3584c7bfa..daa48bc9b 100644 --- a/actix-identity/README.md +++ b/actix-identity/README.md @@ -3,9 +3,9 @@ > Identity service for actix-web framework. [![crates.io](https://img.shields.io/crates/v/actix-identity?label=latest)](https://crates.io/crates/actix-identity) -[![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.4.0-beta.9)](https://docs.rs/actix-identity/0.4.0-beta.9) +[![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.4.0)](https://docs.rs/actix-identity/0.4.0) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-identity) -[![Dependency Status](https://deps.rs/crate/actix-identity/0.4.0-beta.9/status.svg)](https://deps.rs/crate/actix-identity/0.4.0-beta.9) +[![Dependency Status](https://deps.rs/crate/actix-identity/0.4.0/status.svg)](https://deps.rs/crate/actix-identity/0.4.0) ## Documentation & community resources diff --git a/actix-protobuf/CHANGES.md b/actix-protobuf/CHANGES.md index 23cb3e356..41ba5357b 100644 --- a/actix-protobuf/CHANGES.md +++ b/actix-protobuf/CHANGES.md @@ -4,7 +4,7 @@ ## 0.7.0 - 2022-03-01 -- No significant changes since `0.7.0-beta.5`. +- Update `actix-web` dependency to `4`. ## 0.7.0-beta.5 - 2022-02-03 diff --git a/actix-redis/CHANGES.md b/actix-redis/CHANGES.md index 8157dc4fc..771d8223f 100644 --- a/actix-redis/CHANGES.md +++ b/actix-redis/CHANGES.md @@ -4,7 +4,7 @@ ## 0.10.0 - 2022-03-01 -- No significant changes since `0.10.0-beta.6`. +- Update `actix-web` dependency to `4`. ## 0.10.0-beta.6 - 2022-02-07 diff --git a/actix-session/CHANGES.md b/actix-session/CHANGES.md index 19deb85e0..a5704a20c 100644 --- a/actix-session/CHANGES.md +++ b/actix-session/CHANGES.md @@ -4,7 +4,7 @@ ## 0.5.0 - 2022-03-01 -- No significant changes since `0.5.0-beta.8`. +- Update `actix-web` dependency to `4`. ## 0.5.0-beta.8 - 2022-02-07 diff --git a/actix-web-httpauth/CHANGES.md b/actix-web-httpauth/CHANGES.md index d813a7ac8..c8e9a0c91 100644 --- a/actix-web-httpauth/CHANGES.md +++ b/actix-web-httpauth/CHANGES.md @@ -1,6 +1,7 @@ # Changes ## Unreleased - 2021-xx-xx +- Update `actix-web` dependency to `4`. ## 0.6.0-beta.8 - 2022-02-07