From 70eb2b6add0ce885245a5748fa91ddc37018161e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Fri, 16 May 2025 19:37:17 +0200 Subject: [PATCH] Bump version to 14.4.0 --- CHANGELOG.rst | 11 +++++++++++ av/about.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 71ddc1214..a340bb088 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,17 @@ We are operating with `semantic versioning `_. Note that they these tags will not actually close the issue/PR until they are merged into the "default" branch. +v14.4.0 +------- + +Features: + +- Expose the duration field for frames by :gh-user:`Queuecumber` in (:pr:`1880`). +- Add support for BGR48 and BGRA64 pixel formats by :gh-user:`z-khan` in (:pr:`1873`). + +Fixes: + +- Fix security vulnerabilities in binary wheels by :gh-user:`jlaine` in (:pr:`1896`). v14.3.0 ------- diff --git a/av/about.py b/av/about.py index f79d47d48..15fd90e44 100644 --- a/av/about.py +++ b/av/about.py @@ -1 +1 @@ -__version__ = "14.3.0" +__version__ = "14.4.0"