mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
prepare actix-web-httpauth release 0.6.0-beta.3
This commit is contained in:
parent
45643d4035
commit
5d82b4e1e2
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-web-httpauth"
|
||||
version = "0.6.0-beta.2"
|
||||
version = "0.6.0-beta.3"
|
||||
authors = [
|
||||
"svartalf <self@svartalf.info>",
|
||||
"Yuki Okushi <huyuumi.dev@gmail.com>",
|
||||
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user