mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 04:57:54 +00:00
update version
This commit is contained in:
@@ -2,10 +2,13 @@
|
|||||||
|
|
||||||
## 0.1
|
## 0.1
|
||||||
|
|
||||||
### 0.1.4
|
### 0.1.5
|
||||||
|
|
||||||
- Fix setting expire for redis (#24)
|
- Fix setting expire for redis (#24)
|
||||||
- Update expire key
|
- Update expire key
|
||||||
|
|
||||||
|
### 0.1.4
|
||||||
|
|
||||||
- Fix default expire for memcached. (#13)
|
- Fix default expire for memcached. (#13)
|
||||||
- Update default key builder. (#12)
|
- Update default key builder. (#12)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "fastapi-cache2"
|
name = "fastapi-cache2"
|
||||||
version = "0.1.4.1"
|
version = "0.1.5"
|
||||||
description = "Cache for FastAPI"
|
description = "Cache for FastAPI"
|
||||||
authors = ["long2ice <long2ice@gmail.com>"]
|
authors = ["long2ice <long2ice@gmail.com>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user