mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-20 20:05:18 +01:00
chore(actix-identity): prepare release 0.6.0
This commit is contained in:
parent
9e31f5b306
commit
9a7113028e
@ -2,6 +2,8 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 0.6.0
|
||||
|
||||
- Add `error` module.
|
||||
- Replace use of `anyhow::Error` in return types with specific error types.
|
||||
- Update `actix-session` dependency to `0.8`.
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-identity"
|
||||
version = "0.5.2"
|
||||
version = "0.6.0"
|
||||
authors = [
|
||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||
"Luca Palmieri <rust@lpalmieri.com>",
|
||||
|
@ -3,9 +3,9 @@
|
||||
> Identity management for Actix Web.
|
||||
|
||||
[](https://crates.io/crates/actix-identity)
|
||||
[](https://docs.rs/actix-identity/0.5.2)
|
||||
[](https://docs.rs/actix-identity/0.6.0)
|
||||

|
||||
[](https://deps.rs/crate/actix-identity/0.5.2)
|
||||
[](https://deps.rs/crate/actix-identity/0.6.0)
|
||||
|
||||
## Documentation & community resources
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user