diff --git a/actix-web-httpauth/CHANGES.md b/actix-web-httpauth/CHANGES.md index 7ebd1cc02..9d216f8dd 100644 --- a/actix-web-httpauth/CHANGES.md +++ b/actix-web-httpauth/CHANGES.md @@ -1,22 +1,25 @@ # Changes -## Unreleased - 2020-xx-xx +## Unreleased - 2021-xx-xx + + +## 0.6.0-beta.3 - 2021-10-21 * Update `actix-web` dependency to v4.0.0-beta.10. [#203] * Minimum supported Rust version (MSRV) is now 1.52. [#203]: https://github.com/actix/actix-extras/pull/203 -## 0.6.0-beta.2 - 2020-06-27 +## 0.6.0-beta.2 - 2021-06-27 * No notable changes. -## 0.6.0-beta.1 - 2020-04-02 +## 0.6.0-beta.1 - 2021-04-02 * 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 +## 0.5.1 - 2021-03-21 * Correct error handling when extracting auth details from request. [#128] [#128]: https://github.com/actix/actix-extras/pull/128 diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml index 8a76081e7..33c3eee5b 100644 --- a/actix-web-httpauth/Cargo.toml +++ b/actix-web-httpauth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-httpauth" -version = "0.6.0-beta.2" +version = "0.6.0-beta.3" authors = [ "svartalf ", "Yuki Okushi ", @@ -8,7 +8,7 @@ authors = [ description = "HTTP authentication schemes for Actix web" keywords = ["http", "web", "framework", "authentication", "security"] homepage = "https://actix.rs" -repository = "https://github.com/actix/actix-extras" +repository = "https://github.com/actix/actix-extras.git" categories = ["web-programming::http-server"] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/actix-web-httpauth/README.md b/actix-web-httpauth/README.md index 93ab06a29..21f508997 100644 --- a/actix-web-httpauth/README.md +++ b/actix-web-httpauth/README.md @@ -3,9 +3,9 @@ > HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web). [![crates.io](https://img.shields.io/crates/v/actix-web-httpauth?label=latest)](https://crates.io/crates/actix-web-httpauth) -[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.6.0-beta.2)](https://docs.rs/actix-web-httpauth/0.6.0-beta.2) +[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.6.0-beta.3)](https://docs.rs/actix-web-httpauth/0.6.0-beta.3) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-web-httpauth) -[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.2/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.2) +[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.3/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.3) ## Documentation & Resources