Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

### 0.2.0

- feat: migrate from poetry to uv
- feat: migrate from poetry to uv (#11)
- ci: activate ci workflow and add test for utils (#8)
- feat: generate schemas optionally ([#7])
- Use `asyncclick` instead of `click` ([#6])
- Only install tomlkit for Python version less than 3.11 ([#5])
- Migrate lint tool from isort+black to ruff ([#5])
- Drop support for Python3.8 ([#4])

[#11]: https://github.com/tortoise/tortoise-cli/pull/11
[#8]: https://github.com/tortoise/tortoise-cli/pull/8
[#7]: https://github.com/tortoise/tortoise-cli/pull/7
[#6]: https://github.com/tortoise/tortoise-cli/pull/6
Expand Down