mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-20 20:05:18 +01:00
prepare actix-identity release 0.4.0
This commit is contained in:
parent
9e911490cf
commit
2e86fb9822
@ -3,6 +3,10 @@
|
|||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
|
||||||
|
|
||||||
|
## 0.4.0 - 2022-03-01
|
||||||
|
- Update `actix-web` dependency to `4`.
|
||||||
|
|
||||||
|
|
||||||
## 0.4.0-beta.9 - 2022-02-07
|
## 0.4.0-beta.9 - 2022-02-07
|
||||||
- Relax body type bounds on middleware impl. [#223]
|
- Relax body type bounds on middleware impl. [#223]
|
||||||
- Update `actix-web` dependency to `4.0.0-rc.1`.
|
- Update `actix-web` dependency to `4.0.0-rc.1`.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-identity"
|
name = "actix-identity"
|
||||||
version = "0.4.0-beta.9"
|
version = "0.4.0"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Identity service for Actix Web"
|
description = "Identity service for Actix Web"
|
||||||
keywords = ["actix", "auth", "identity", "web", "security"]
|
keywords = ["actix", "auth", "identity", "web", "security"]
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
> Identity service for actix-web framework.
|
> Identity service for actix-web framework.
|
||||||
|
|
||||||
[](https://crates.io/crates/actix-identity)
|
[](https://crates.io/crates/actix-identity)
|
||||||
[](https://docs.rs/actix-identity/0.4.0-beta.9)
|
[](https://docs.rs/actix-identity/0.4.0)
|
||||||

|

|
||||||
[](https://deps.rs/crate/actix-identity/0.4.0-beta.9)
|
[](https://deps.rs/crate/actix-identity/0.4.0)
|
||||||
|
|
||||||
## Documentation & community resources
|
## Documentation & community resources
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
## 0.7.0 - 2022-03-01
|
## 0.7.0 - 2022-03-01
|
||||||
- No significant changes since `0.7.0-beta.5`.
|
- Update `actix-web` dependency to `4`.
|
||||||
|
|
||||||
|
|
||||||
## 0.7.0-beta.5 - 2022-02-03
|
## 0.7.0-beta.5 - 2022-02-03
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
## 0.10.0 - 2022-03-01
|
## 0.10.0 - 2022-03-01
|
||||||
- No significant changes since `0.10.0-beta.6`.
|
- Update `actix-web` dependency to `4`.
|
||||||
|
|
||||||
|
|
||||||
## 0.10.0-beta.6 - 2022-02-07
|
## 0.10.0-beta.6 - 2022-02-07
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
## 0.5.0 - 2022-03-01
|
## 0.5.0 - 2022-03-01
|
||||||
- No significant changes since `0.5.0-beta.8`.
|
- Update `actix-web` dependency to `4`.
|
||||||
|
|
||||||
|
|
||||||
## 0.5.0-beta.8 - 2022-02-07
|
## 0.5.0-beta.8 - 2022-02-07
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
- Update `actix-web` dependency to `4`.
|
||||||
|
|
||||||
|
|
||||||
## 0.6.0-beta.8 - 2022-02-07
|
## 0.6.0-beta.8 - 2022-02-07
|
||||||
|
Loading…
x
Reference in New Issue
Block a user