We follow Semantic Version.
- Adds
--max-layers
flag to lint the maximum number of layers
- Drops
python3.8
support
- Unlocked
urllib3
,requests
, anddocker-py
- Locked version of
urllib3
to<2
as workaround for docker/docker-py#3113 - Locked version of
requests
to<2.29
as workaround for docker/docker-py#3113
- Drops
python3.7
support - Adds
python3.11
support
- Drops
python3.6
support - Adds
python3.10
support
- Updates a lot of dependencies
- Adds
python3.9
support
- Updates a lot of dev dependencies
- Adds Github Action support
- Adds
python3.8
support - Adds
Dockerfile
and dockerhub integration
- Updates
poetry
version - Updates lots of dependencies
- Now real negative size is returned when limit is bigger than image
- Adds
py.typed
file to package the type annotation with the code
- Updates
wemake-python-styleguide
- Uses
nitpick
- Adds more docs
- Initial release