Releases: flywhl/labfile
Releases · flywhl/labfile
v0.0.1
tooling: use uv and set up publishing (#9) * refactor: migrate from rye to uv package manager and update tooling The commit message reflects a significant change in the project's development tooling, switching from rye to uv for package management, and replacing multiple linting tools (pylint, flake8) with ruff for better performance and maintainability. * ci: add GitHub Actions workflows for continuous integration and deployment * chore: remove tox configuration as it's no longer used for test automation