mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
chore(actix-session): prepare release 0.8.0
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 0.8.0
|
||||
|
||||
- Set secure attribute when adding a session removal cookie.
|
||||
- Update `redis` dependency to `0.23`.
|
||||
- Minimum supported Rust version (MSRV) is now 1.68.
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-session"
|
||||
version = "0.7.2"
|
||||
version = "0.8.0"
|
||||
authors = [
|
||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||
"Luca Palmieri <rust@lpalmieri.com>",
|
||||
|
@ -3,9 +3,9 @@
|
||||
> Session management for Actix Web.
|
||||
|
||||
[](https://crates.io/crates/actix-session)
|
||||
[](https://docs.rs/actix-session/0.7.2)
|
||||
[](https://docs.rs/actix-session/0.8.0)
|
||||

|
||||
[](https://deps.rs/crate/actix-session/0.7.2)
|
||||
[](https://deps.rs/crate/actix-session/0.8.0)
|
||||
|
||||
## Documentation & Resources
|
||||
|
||||
|
Reference in New Issue
Block a user