Skip to content

Commit 41bcfa8

Browse files
committed
chore: update version to 7.0.0-beta.11 and document changes
1 parent db2f244 commit 41bcfa8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
== 7.0.0-beta.11 2025-04-10
2+
3+
Improvements:
4+
* Better mimic the output of FFmpeg with the stream overview methods.
5+
* Added support for using zlib with the Scale filter.
6+
* Updated the H.264 presets to use zlib for scaling by default.
7+
18
== 7.0.0-beta.10 2025-04-08
29

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

0 commit comments

Comments
 (0)