Skip to content

Commit

Permalink
prepare actix-identity release 0.4.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Feb 7, 2022
1 parent d9f2712 commit f9beeec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions actix-identity/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

## Unreleased - 2021-xx-xx


## 0.4.0-beta.9 - 2022-02-07
- Relax body type bounds on middleware impl. [#223]
- Update `actix-web` dependency to `4.0.0-rc.1`.

Expand Down
2 changes: 1 addition & 1 deletion actix-identity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-identity"
version = "0.4.0-beta.8"
version = "0.4.0-beta.9"
authors = ["Nikolay Kim <[email protected]>"]
description = "Identity service for Actix Web"
keywords = ["actix", "auth", "identity", "web", "security"]
Expand Down
4 changes: 2 additions & 2 deletions actix-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
> Identity service for actix-web framework.
[![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.8)](https://docs.rs/actix-identity/0.4.0-beta.8)
[![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.4.0-beta.9)](https://docs.rs/actix-identity/0.4.0-beta.9)
![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.8/status.svg)](https://deps.rs/crate/actix-identity/0.4.0-beta.8)
[![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)

## Documentation & community resources

Expand Down

0 comments on commit f9beeec

Please sign in to comment.