Skip to content

Commit

Permalink
Bump version to 25.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Sep 15, 2024
1 parent 6a31e89 commit 6c04013
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion auto_editor/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "25.1.0"
__version__ = "25.2.0"
14 changes: 14 additions & 0 deletions changelogs/2024.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6c04013

Please sign in to comment.