Skip to content

Commit 81d2bf2

Browse files
committed
update version and changelog
1 parent 70f5356 commit 81d2bf2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 0.1
44

5+
### 0.1.8
6+
7+
- Support `dynamodb` backend.
8+
59
### 0.1.7
610

711
- Fix default json coder for datetime.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-cache2"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "Cache for FastAPI"
55
authors = ["long2ice <long2ice@gmail.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)