We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9290a commit 98ec838Copy full SHA for 98ec838
CHANGELOG.md
@@ -4,14 +4,15 @@
4
5
### 0.2.0
6
7
-- feat: migrate from poetry to uv
+- feat: migrate from poetry to uv (#11)
8
- ci: activate ci workflow and add test for utils (#8)
9
- feat: generate schemas optionally ([#7])
10
- Use `asyncclick` instead of `click` ([#6])
11
- Only install tomlkit for Python version less than 3.11 ([#5])
12
- Migrate lint tool from isort+black to ruff ([#5])
13
- Drop support for Python3.8 ([#4])
14
15
+[#11]: https://github.com/tortoise/tortoise-cli/pull/11
16
[#8]: https://github.com/tortoise/tortoise-cli/pull/8
17
[#7]: https://github.com/tortoise/tortoise-cli/pull/7
18
[#6]: https://github.com/tortoise/tortoise-cli/pull/6
0 commit comments