Fix pyproject.toml not existing error. (#217)

This commit is contained in:
long2ice
2021-12-12 22:11:51 +08:00
parent 63e8d06157
commit c60c1610f0
4 changed files with 12 additions and 6 deletions

View File

@@ -2,6 +2,10 @@
## 0.6
### 0.6.1
- Fix `pyproject.toml` not existing error. (#217)
### 0.6.0
- Change default config file from `aerich.ini` to `pyproject.toml`. (#197)