1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

prepare actix-identity release 0.4.0

This commit is contained in:
Rob Ede 2022-03-01 04:13:56 +00:00
parent 9e911490cf
commit 2e86fb9822
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
7 changed files with 11 additions and 6 deletions

View File

@ -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`.

View File

@ -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"]

View File

@ -3,9 +3,9 @@
> Identity service for actix-web framework. > Identity service for actix-web framework.
[![crates.io](https://img.shields.io/crates/v/actix-identity?label=latest)](https://crates.io/crates/actix-identity) [![crates.io](https://img.shields.io/crates/v/actix-identity?label=latest)](https://crates.io/crates/actix-identity)
[![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.4.0-beta.9)](https://docs.rs/actix-identity/0.4.0-beta.9) [![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.4.0)](https://docs.rs/actix-identity/0.4.0)
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-identity) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-identity)
[![Dependency Status](https://deps.rs/crate/actix-identity/0.4.0-beta.9/status.svg)](https://deps.rs/crate/actix-identity/0.4.0-beta.9) [![Dependency Status](https://deps.rs/crate/actix-identity/0.4.0/status.svg)](https://deps.rs/crate/actix-identity/0.4.0)
## Documentation & community resources ## Documentation & community resources

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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