Skip to content

Commit 2aa27b2

Browse files
committed
chore: update version to 8.0.0 and document changes
1 parent 3553ab4 commit 2aa27b2

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
== 8.0.0 2025-06-27
2+
3+
Improvements:
4+
* Added support for retries in the `FFMPEG::Transcoder` class. This allows for more robust command
5+
argument composing and thus more stable outputs.
6+
7+
Breaking Changes:
8+
* The `FFMPEG::Status::ExitError` class has been renamed to `FFMPEG::ExitError`.
9+
* The `FFMPEG::ExitError` class now holds a reference to the `StringIO` output of the FFmpeg command
10+
(before it contained the `String` representation).
11+
112
== 7.1.4 2025-06-23
213

314
Fixes:

lib/ffmpeg/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module FFMPEG
4-
VERSION = '7.1.4'
4+
VERSION = '8.0.0'
55
end

0 commit comments

Comments
 (0)