Skip to content

Commit a4fa6dd

Browse files
committed
version bump to 0.5.2
1 parent 9815b00 commit a4fa6dd

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.2] - 2022-06-18
10+
11+
### Fixed
12+
13+
- video writers hanging when a basic filter to remove alpha channel is used
14+
15+
### Changed
16+
17+
- `SimpleOutputStream`s output rates are now explicitly matched to input rates by default
18+
919
## [0.5.1] - 2022-04-21
1020

1121
### Fixed

src/ffmpegio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"open", "ffmpegprocess", "FFmpegError", "FilterGraph", "FFConcat"]
5757
# fmt:on
5858

59-
__version__ = "0.5.1"
59+
__version__ = "0.5.2"
6060

6161
ffmpeg_info = path.versions
6262
set_path = path.find

0 commit comments

Comments
 (0)