Skip to content

Commit 0239aa4

Browse files
committed
Release version 0.3.2.
Update version number to 0.3.2 and document changes in the changelog.
1 parent bce728d commit 0239aa4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased
88

9+
-
10+
11+
## [0.3.2] - 2025-05-24
12+
913
### Bugfix
1014

1115
- Fixing `[Errno 18] Invalid cross-device link` when downloading files using the `--output-dir` option. This error is fixed by creating the resume file on the same location as the target file.

src/audible_cli/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "audible-cli"
22
__description__ = "Command line interface (cli) for the audible package."
33
__url__ = "https://github.com/mkb79/audible-cli"
4-
__version__ = "0.3.2b3"
4+
__version__ = "0.3.2"
55
__author__ = "mkb79"
66
__author_email__ = "mkb79@hackitall.de"
77
__license__ = "AGPL"

0 commit comments

Comments
 (0)