Skip to content

Commit 4fef47c

Browse files
committed
bump to v0.5.3
1 parent 46cac4a commit 4fef47c

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55

66
## [Unreleased]
77

8+
## [0.5.3] - 2026-8-11
9+
10+
### Fixed
11+
12+
- Pre-v0.5 backward compatibility fix
13+
814
## [0.5.2] - 2026-06-03
915

1016
### Fixed
@@ -106,7 +112,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
106112

107113
- First release via GitHub Action
108114

109-
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.5.2...HEAD
115+
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.5.3...HEAD
116+
[0.5.3]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.5.2...v0.5.3
110117
[0.5.2]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.5.1...v0.5.2
111118
[0.5.1]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.5.0...v0.5.1
112119
[0.5.0]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.4.0...v0.5.0

src/ffmpeg_downloader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.5.2"
3+
__version__ = "0.5.3"
44

55
import os
66

0 commit comments

Comments
 (0)