Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jan 13, 2025
1 parent cbc4fff commit a875775
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

We follow Semantic Version.


## Version 2.1.0

### Features

- Adds `--current-size` flag to show the current size of the docker image.
- Adds `--exit-zero` flag to force the exit code to be 0 even if there are errors.
- Adds `__main__.py` entrypoint to be able to run it via `python -m docker_image_size_limit`
- Adds `--current-size` flag to show the current size of the docker image
- Adds `--exit-zero` flag to force the exit code
to be 0 even if there are errors
- Adds `__main__.py` entrypoint to be able to run
it via `python -m docker_image_size_limit`


## Version 2.0.0

Expand Down

0 comments on commit a875775

Please sign in to comment.