1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00

reverted to 0.6 because it wasn't ever released

This commit is contained in:
dowwie 2019-07-08 07:15:20 -04:00
parent 1d1ff66063
commit 3244a359df
2 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,9 @@
# Changes
## 0.7.0 (2019-xx-xx)
## 0.6.0 (2019-07-08)
* actix-web 1.0.0 compatibility
* Upgraded logic that evaluates session state, including new SessionStatus field,
and introduced ``session.renew()`` and ``session.purge()`` functionality.
@ -11,10 +13,6 @@
session's redis cache entry.
## 0.6.0 (2019-05-18)
* actix-web 1.0.0 compatibility
## 0.5.1 (2018-08-02)

View File

@ -1,6 +1,6 @@
[package]
name = "actix-redis"
version = "0.7.0"
version = "0.6.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Redis integration for actix framework"
license = "MIT/Apache-2.0"