mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
prepare second beta round (#189)
This commit is contained in:
@ -3,6 +3,10 @@
|
||||
## Unreleased - 2020-xx-xx
|
||||
|
||||
|
||||
## 0.5.0-beta.2 - 2020-06-27
|
||||
* No notable changes.
|
||||
|
||||
|
||||
## 0.5.0-beta.1 - 2020-04-02
|
||||
* Add `Session::entries`. [#170]
|
||||
* Rename `Session::{set => insert}` to match standard hash map naming. [#170]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-session"
|
||||
version = "0.5.0-beta.1"
|
||||
version = "0.5.0-beta.2"
|
||||
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.1)
|
||||
[](https://docs.rs/actix-session/0.5.0-beta.2)
|
||||

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