- feat: migrate from poetry to uv (#11)
- ci: activate ci workflow and add test for utils (#8)
- feat: generate schemas optionally (#7)
- Use
asyncclickinstead ofclick(#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)
- Can read config from config of aerich.
- Add
sys.path.insert(0,'.').
- First release.