Skip to content

Commit 600996b

Browse files
committed
chore: update version to 8.3.1 and document changes
1 parent 0a5288d commit 600996b

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,4 +1,12 @@
1+
== 8.3.1 2026-03-20
2+
3+
Fixes:
4+
* Resolve no method error (`File.mv`) in `FFMPEG::Media#remux`.
5+
* Resolve `FFMPEG::Transcoder::Status#success?` inconsistency when using remux-replace.
6+
17
== 8.3.0 2026-03-19
8+
9+
Improvements:
210
* Introduce inline remux when there's no output path provided
311

412
== 8.2.0 2026-03-11

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

0 commit comments

Comments
 (0)