docs: bump up version and update changelog
This commit is contained in:
parent
e971653851
commit
234495d291
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,8 +1,17 @@
|
|||||||
# ChangeLog
|
# ChangeLog
|
||||||
|
|
||||||
|
## 0.8
|
||||||
|
|
||||||
|
### 0.8.0
|
||||||
|
|
||||||
|
- Fix mysql drop unique index raises OperationalError. (#346)
|
||||||
|
|
||||||
|
**Upgrade note:**
|
||||||
|
1. Use column name as unique key name for mysql
|
||||||
|
|
||||||
## 0.7
|
## 0.7
|
||||||
|
|
||||||
### 0.7.2
|
### [0.7.2] - 2023-07-20
|
||||||
|
|
||||||
- Support virtual fields.
|
- Support virtual fields.
|
||||||
- Fix modify multiple times. (#279)
|
- Fix modify multiple times. (#279)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "aerich"
|
name = "aerich"
|
||||||
version = "0.7.2"
|
version = "0.8.0"
|
||||||
description = "A database migrations tool for Tortoise ORM."
|
description = "A database migrations tool for Tortoise ORM."
|
||||||
authors = ["long2ice <long2ice@gmail.com>"]
|
authors = ["long2ice <long2ice@gmail.com>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user