Skip to content

Commit d184f03

Browse files
committed
chore: update version to 7.0.0-beta.3 and document changes
Refs: ARC-9911
1 parent f0606fc commit d184f03

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
== 7.0.0-beta.3 2025-02-10
2+
3+
Improvements:
4+
* Added new `FFMPEG::Status` class to handle the status of ffmpeg and ffprobe processes.
5+
6+
Breaking Changes:
7+
* Removed the borderline useless thumbnail preset.
8+
19
== 7.0.0-beta.2 2025-01-29
210

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

0 commit comments

Comments
 (0)