Skip to content

Commit 8609435

Browse files
authored
Release 0.8.2 (#429)
1 parent a624d1b commit 8609435

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.8
44

5-
### [0.8.2]**(Unreleased)**
5+
### [0.8.2](../../releases/tag/v0.8.2) - 2025-02-28
66

77
#### Added
88
- Support changes `max_length` or int type for primary key field. ([#428])

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aerich"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "A database migrations tool for Tortoise ORM."
55
authors = [{name="long2ice", email="long2ice@gmail.com>"}]
66
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)