v0.7.0
Enhancements
logging
- Added default coloration of logs (turn it off with argument
--no-colors
).- Add much improved error detail instead of
a silent error has occurred
, replacing it with (example)denied: Your authorization token has expired. Reauthenticate and try again.
- Add much improved error detail instead of
Bugfixes
- Update PIP dependencies.
- Pin
requests
to<=2.29.0
possibly prevent this issue: docker/docker-py#3113
- Pin
Housekeeping
- pre-commit-config updates.
mypy --strict
added and more typing.