chore: set version 0.2.0

This commit is contained in:
long2ice
2023-01-11 21:20:41 +08:00
parent 09361a7d4f
commit 59a47b7fae
5 changed files with 10 additions and 12 deletions

View File

@@ -2,8 +2,10 @@
## 0.2
### 0.2.1
### 0.2.0
- Make `request` and `response` optional.
- Add typing info to the `cache` decorator.
- Support cache jinja2 template response.
- Support cache `JSONResponse`
- Add `py.typed` file and type hints
@@ -11,11 +13,6 @@
- Fix cache decorate sync function
- Transparently handle backend connection failures.
### 0.2.0
- Make `request` and `response` optional.
- Add typing info to the `cache` decorator.
## 0.1
### 0.1.10