Skip to content

Commit 2c1b16c

Browse files
committed
chore: update version to 7.0.0-beta.9 and document changes
1 parent f5ae528 commit 2c1b16c

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.9 2025-04-07
2+
3+
Improvements:
4+
* Use more reliable M4A container for AAC presets.
5+
* Add settings to control the number of threads used by built-in presets.
6+
* Improve MPEG-DASH presets with more standard defaults.
7+
8+
Fixes:
9+
* Properly handle nil values during argument composition.
10+
111
== 7.0.0-beta.8 2025-04-02
212

313
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.8'
4+
VERSION = '7.0.0-beta.9'
55
end

0 commit comments

Comments
 (0)