From fd272f817cebe2ad16f6a07288a15ddcf4812301 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 1 Mar 2022 04:14:07 +0000 Subject: [PATCH] prepare actix-web-httpauth release 0.6.0 --- actix-web-httpauth/CHANGES.md | 3 +++ actix-web-httpauth/Cargo.toml | 2 +- actix-web-httpauth/README.md | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/actix-web-httpauth/CHANGES.md b/actix-web-httpauth/CHANGES.md index c8e9a0c91..e4c280f26 100644 --- a/actix-web-httpauth/CHANGES.md +++ b/actix-web-httpauth/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 0.6.0 - 2022-03-01 - Update `actix-web` dependency to `4`. diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml index ef97ac709..cebb395bf 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.8" +version = "0.6.0" authors = [ "svartalf ", "Yuki Okushi ", diff --git a/actix-web-httpauth/README.md b/actix-web-httpauth/README.md index 88ad5448c..63c977e18 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.8)](https://docs.rs/actix-web-httpauth/0.6.0-beta.8) +[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.6.0)](https://docs.rs/actix-web-httpauth/0.6.0) ![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.8/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.8) +[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.6.0/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.6.0) ## Documentation & Resources