From cb7c6a6a8a23f8c65f4c0688245fc14ce438c6aa Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Sat, 22 Feb 2025 00:08:49 -0500 Subject: [PATCH] Release 26.3.0 --- CHANGELOG.md | 9 +++++++++ auto_editor/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 003b18ecd..135570ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 26.3.0 + +## Features + - Show codecs used in the progress bar + - Support the prores encoder + +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/26.2.0...26.3.0 + + # 26.2.0 ## Features diff --git a/auto_editor/__init__.py b/auto_editor/__init__.py index 744258cfc..1e3bbf2ea 100644 --- a/auto_editor/__init__.py +++ b/auto_editor/__init__.py @@ -1 +1 @@ -__version__ = "26.2.0" +__version__ = "26.3.0"