From 6c0401357e55eba45982926ab5c89f14a5bb1de2 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Sun, 15 Sep 2024 01:54:28 -0400 Subject: [PATCH] Bump version to 25.2.0 --- auto_editor/__init__.py | 2 +- changelogs/2024.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/auto_editor/__init__.py b/auto_editor/__init__.py index e5d7ca622..53a0aae19 100644 --- a/auto_editor/__init__.py +++ b/auto_editor/__init__.py @@ -1 +1 @@ -__version__ = "25.1.0" +__version__ = "25.2.0" diff --git a/changelogs/2024.md b/changelogs/2024.md index 88bd73443..c4650af77 100644 --- a/changelogs/2024.md +++ b/changelogs/2024.md @@ -1,3 +1,17 @@ +# 25.2.0 + +## Features + - Use PyAV 13 + - Add stacktraces to the Palet Programming Language + - Add `input-port?` type and more procedures. Helpful for writing custom edit procedures in `config.pal`. + +## Fixes + - Prevent colon form from evaluating arguments eagerly + - Set upper bounds on dependencies + +**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/25.1.0...25.2.0 + + # 25.1.0 ## Features