Skip to content

Commit

Permalink
Release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb79 committed Sep 21, 2022
1 parent c1b2d1d commit 6af331f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

-

## [0.2.4] - 2022-09-21

### Added

- Allow download multiple cover sizes at once. Each cover size must be provided with the `--cover-size` option
Expand Down
2 changes: 1 addition & 1 deletion src/audible_cli/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "audible-cli"
__description__ = "Command line interface (cli) for the audible package."
__url__ = "https://github.com/mkb79/audible-cli"
__version__ = "0.2.3"
__version__ = "0.2.4"
__author__ = "mkb79"
__author_email__ = "[email protected]"
__license__ = "AGPL"
Expand Down

0 comments on commit 6af331f

Please sign in to comment.