Skip to content

Commit 657e5de

Browse files
committed
chore: update version to 7.1.0 and document changes
1 parent cdad933 commit 657e5de

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
== 7.0.0 2025-05-08
1+
== 7.1.0 2025-05-09
2+
3+
Improvements:
4+
* Added new modular way of composing ffmpeg commands using the `FFMPEG::CommandArgs::Composable` module.
5+
6+
== 7.0.0 2025-05-09
27

38
(No changes since the last beta.)
49

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'
4+
VERSION = '7.1.0'
55
end

0 commit comments

Comments
 (0)