1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

chore(actix-identity): prepare release 0.6.0

This commit is contained in:
Rob Ede
2023-09-16 03:29:31 +01:00
parent 9e31f5b306
commit 9a7113028e
3 changed files with 5 additions and 3 deletions

View File

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