Skip to content

Commit cd1be5f

Browse files
author
github-actions
committed
0.6.0
Automatically generated by python-semantic-release
1 parent 5b5ae24 commit cd1be5f

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# CHANGELOG
22

3+
## v0.6.0 (2025-04-12)
4+
5+
### Feature
6+
7+
* feat: add retry decorator ([`9d698c2`](https://github.com/ivansaul/platzi-downloader/commit/9d698c20d2f4061ecc470e8e0a0a0834a1373bcd))
8+
9+
* feat: add overwrite option to download ([`c798e66`](https://github.com/ivansaul/platzi-downloader/commit/c798e669218311caa6670a8a2f54f0a25cbf3805))
10+
11+
### Fix
12+
13+
* fix: rename 'overrides' to 'overwrite' in download function ([`ad48422`](https://github.com/ivansaul/platzi-downloader/commit/ad48422a706884e25d0313b9c10fa3f98e3689ce))
14+
15+
* fix: streaming URLs extraction in m3u8_dl ([`e937926`](https://github.com/ivansaul/platzi-downloader/commit/e937926859c2a285627e0e863a439259f3d0e2a5))
16+
17+
* fix: rename 'overrides' to 'overwrite' in _ts_dl function ([`77bc241`](https://github.com/ivansaul/platzi-downloader/commit/77bc241e39820b8aab354c742f4ef080deccc7dc))
18+
19+
* fix: ffmpeg check in decorator ([`5c507c4`](https://github.com/ivansaul/platzi-downloader/commit/5c507c4da760606a1bb6e15cd060ed837c2c1cb9))
20+
21+
### Unknown
22+
23+
* Merge pull request #23 from ivansaul/develop
24+
25+
Add retry decorator and fix issues ([`5b5ae24`](https://github.com/ivansaul/platzi-downloader/commit/5b5ae24e497a19013004028aec41994791e36c16))
26+
327
## v0.5.0 (2025-04-11)
428

529
### Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "platzi"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Download your courses from platzi"
55
authors = ["ivansaul <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)