Skip to content

Commit 36b9143

Browse files
committed
chore: update version to 8.4.5 and document changes
Refs: ARC-11591
1 parent b214b38 commit 36b9143

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
== 8.5.0 2026-07-16
2+
3+
Improvements:
4+
* Add `base_frame_rate` (r_frame_rate), `cfr?` and `vfr?` methods to both `FFMPEG::Media` and `FFMPEG::Stream` to detect variable or constant frame rate.
5+
16
== 8.4.5 2026-07-02
27

38
Improvements:

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.4.5'
4+
VERSION = '8.5.0'
55
end

0 commit comments

Comments
 (0)