File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "0.5.2 "
3+ __version__ = "0.5.3 "
44
55import os
66
You can’t perform that action at this time.
0 commit comments