Skip to content

Commit dd387e4

Browse files
committed
bump to v0.8.3
1 parent 8672768 commit dd387e4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.8.3] - 2023-03-19
10+
11+
### Fixed
12+
13+
- SimpleStream writer/filter removed byte-casting of input buffer
914

1015
## [0.8.2] - 2023-03-19
1116

@@ -110,6 +115,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
110115
### Changed
111116

112117
- `probe` outputs Fraction for compatible entries
118+
113119
### Changed
114120

115121
- `transcode()` allowed to take multiple inputs or outputs

src/ffmpegio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __getattr__(name):
6060
"open", "ffmpegprocess", "FFmpegError", "FilterGraph", "FFConcat"]
6161
# fmt:on
6262

63-
__version__ = "0.8.2"
63+
__version__ = "0.8.3"
6464

6565
ffmpeg_info = path.versions
6666
set_path = path.find

0 commit comments

Comments
 (0)