Skip to content

Latest commit

 

History

History
96 lines (48 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

96 lines (48 loc) · 1.32 KB

Version history

We follow Semantic Version.

Version 2.0.0

Features

  • Adds --max-layers flag to lint the maximum number of layers

Version 1.1.0

Features

  • Drops python3.8 support

Misc

  • Unlocked urllib3, requests, and docker-py

Version 1.0.1

Misc

Version 1.0.0

Features

  • Drops python3.7 support
  • Adds python3.11 support

Version 0.5.0

Features

  • Drops python3.6 support
  • Adds python3.10 support

Version 0.4.1

Misc

  • Updates a lot of dependencies

Version 0.4.0

Features

  • Adds python3.9 support

Misc

  • Updates a lot of dev dependencies

Version 0.3.0

Features

  • Adds Github Action support
  • Adds python3.8 support
  • Adds Dockerfile and dockerhub integration

Misc

  • Updates poetry version
  • Updates lots of dependencies

Version 0.2.0

Features

  • Now real negative size is returned when limit is bigger than image
  • Adds py.typed file to package the type annotation with the code

Misc

  • Updates wemake-python-styleguide
  • Uses nitpick
  • Adds more docs

Version 0.1.0

  • Initial release