Skip to content

Commit 88ea87c

Browse files
authored
Merge pull request #32 from henadzit/release-0.2.1
Release 0.2.1
2 parents 451872e + 03ba9a4 commit 88ea87c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.1
4+
5+
- The `migrate` command supports `--dry-run`
6+
37
## 0.2.0
48

59
- Multi-App Support (#27)

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Tortoise Pathway
22

3-
⚠️ **This project is in VERY early development and not yet ready for production use. Most things are broken and they will break again, APIs will change.**
4-
5-
⚠️ **Most of the code is written with Claude, there are issues with code style that are common for AI generated code.**
3+
⚠️ **This project is in development and some things might break.**
4+
⚠️ **Only Postgres and Sqlite are supported for now.**
65

76
🤓 Code contributions and assistance with testing are welcome and appreciated!
87

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tortoise-pathway"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "A schema migration tool for Tortoise ORM"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)