update version and changelog

This commit is contained in:
long2ice
2021-11-12 09:37:02 +08:00
parent 70f53566aa
commit 81d2bf2cc6
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## 0.1 ## 0.1
### 0.1.8
- Support `dynamodb` backend.
### 0.1.7 ### 0.1.7
- Fix default json coder for datetime. - Fix default json coder for datetime.

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "fastapi-cache2" name = "fastapi-cache2"
version = "0.1.7" version = "0.1.8"
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"