mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
prepare actix-session release 0.5.0-beta.5
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
# Changes
|
||||
|
||||
## Unreleased - 2021-xx-xx
|
||||
|
||||
|
||||
## 0.5.0-beta.5 - 2021-12-12
|
||||
* Update `actix-web` dependency to `4.0.0.beta-14`. [#209]
|
||||
* Remove `UserSession` implementation for `RequestHead`. [#209]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-session"
|
||||
version = "0.5.0-beta.4"
|
||||
version = "0.5.0-beta.5"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Sessions for Actix web"
|
||||
keywords = ["http", "web", "framework", "async", "session"]
|
||||
|
@ -3,9 +3,9 @@
|
||||
> Sessions for Actix Web.
|
||||
|
||||
[](https://crates.io/crates/actix-session)
|
||||
[](https://docs.rs/actix-session/0.5.0-beta.4)
|
||||
[](https://docs.rs/actix-session/0.5.0-beta.5)
|
||||

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