Prepare for v2.0.5

This commit is contained in:
Ritiek Malhotra
2020-05-20 12:21:20 +05:30
parent 2aa7dce4a4
commit 6288e3c6e5
2 changed files with 10 additions and 1 deletions

View File

@@ -8,6 +8,15 @@ The release dates mentioned follow the format `DD-MM-YYYY`.
## [Unreleased]
## [2.0.5] - 20-05-2020
### Fixed
- In some cases when using `-f` to create sub-directories from metadata, where the
full slugified download filename and the non-slugified download directory happen
to differ, the download would fail. The download directory will now be derived from
filename itself so that the sub-directory name always overlaps.
([@ritiek](https://github.com/ritiek/spotify-downloader))
(2aa7dce4a42feb5cd3ceb9324e58da524cdb4b6f)
## [2.0.4] - 19-05-2020
### Fixed
- Do not remove the currently downloading track from file on `KeyboardInterrupt`

View File

@@ -1,2 +1,2 @@
__version__ = "2.0.4"
__version__ = "2.0.5"