update changelog

This commit is contained in:
long2ice 2020-11-29 11:15:43 +08:00
parent f00715d4c4
commit bfa66f6dd4
3 changed files with 10 additions and 2 deletions

View File

@ -2,6 +2,14 @@
## 0.4
### 0.4.2
- Use `pathlib` for path resolving. (#89)
### 0.4.1
- Bug fix. (#91 #93)
### 0.4.0
- Use `.sql` instead of `.json` to store version file.

View File

@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.2"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "aerich"
version = "0.4.1"
version = "0.4.2"
description = "A database migrations tool for Tortoise ORM."
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"