Skip to content

Commit 731b6de

Browse files
committed
chore: update version to 7.0.0-beta.4 and document changes
Refs: ARC-9911
1 parent d709449 commit 731b6de

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
== 7.0.0-beta.4 2025-02-24
2+
3+
Improvements:
4+
* Added support for per-operation timeout.
5+
* Added global setting for the default per-operation timeout.
6+
* FFMPEG::Status objects now keep track of the duration of operations.
7+
8+
Fixes:
9+
* No progress reported for audio-only transcoding operations.
10+
111
== 7.0.0-beta.3 2025-02-10
212

313
Improvements:

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.0.0-beta.3'
4+
VERSION = '7.0.0-beta.4'
55
end

0 commit comments

Comments
 (0)