From 94f99e4843de7d2c3757a5f768307803a74a8907 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 16 Sep 2023 03:14:40 +0100 Subject: [PATCH] chore(actix-web-httpauth): prepare release 0.8.1 --- actix-web-httpauth/CHANGES.md | 2 ++ actix-web-httpauth/Cargo.toml | 2 +- actix-web-httpauth/README.md | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/actix-web-httpauth/CHANGES.md b/actix-web-httpauth/CHANGES.md index d307ad7d6..b96ca7778 100644 --- a/actix-web-httpauth/CHANGES.md +++ b/actix-web-httpauth/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.8.1 + - Implement `From` for `BasicAuth`. - Minimum supported Rust version (MSRV) is now 1.68. diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml index da03dde47..f666b6238 100644 --- a/actix-web-httpauth/Cargo.toml +++ b/actix-web-httpauth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-httpauth" -version = "0.8.0" +version = "0.8.1" authors = [ "svartalf ", "Yuki Okushi ", diff --git a/actix-web-httpauth/README.md b/actix-web-httpauth/README.md index 55dd7a0a5..d134fcd29 100644 --- a/actix-web-httpauth/README.md +++ b/actix-web-httpauth/README.md @@ -3,9 +3,9 @@ > HTTP authentication schemes for [Actix Web](https://actix.rs). [![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.8.0)](https://docs.rs/actix-web-httpauth/0.8.0) +[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.8.1)](https://docs.rs/actix-web-httpauth/0.8.1) ![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.8.0/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.8.0) +[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.8.1/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.8.1) ## Documentation & Resources