Skip to content

Commit 73732b0

Browse files
committed
prepare actix-web-httpauth release 0.8.0
1 parent ff06958 commit 73732b0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

actix-web-httpauth/CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased - 2022-xx-xx
4+
5+
6+
## 0.8.0 - 2022-07-21
47
- Removed `AuthExtractor` trait; implement `FromRequest` for your custom auth types. [#264]
58
- `BasicAuth::user_id()` now returns `&str`. [#249]
69
- `BasicAuth::password()` now returns `Option<&str>`. [#249]

actix-web-httpauth/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-web-httpauth"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = [
55
"svartalf <[email protected]>",
66
"Yuki Okushi <[email protected]>",

actix-web-httpauth/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
> HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web).
44
55
[![crates.io](https://img.shields.io/crates/v/actix-web-httpauth?label=latest)](https://crates.io/crates/actix-web-httpauth)
6-
[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.7.0)](https://docs.rs/actix-web-httpauth/0.7.0)
6+
[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.8.0)](https://docs.rs/actix-web-httpauth/0.8.0)
77
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-web-httpauth)
8-
[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.7.0/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.7.0)
8+
[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.8.0/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.8.0)
99

1010
## Documentation & Resources
1111

0 commit comments

Comments
 (0)