Skip to content

Commit

Permalink
Bump to 23w38a
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Sep 24, 2023
1 parent ccdab51 commit c43a821
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto_editor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "23.35.1"
version = "23w35a"
__version__ = "23.38.1"
version = "23w38a"
10 changes: 10 additions & 0 deletions changelogs/changelog-23w38a.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 23w38a

## What's Changed
- Auto-Editor now knows all h264, hevc, av1, and prores encoders
- Bump `pillow` from 10.0.0 to 10.0.1
- Palet: Rename `string-append` to `&`, add `&=`
- Palet: `/` will now return a float, unless all numbers are frac? or any number is complex.
- Palet: Add keyword datatype, allow keyword parameters for `define`

**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w35a...23w38a

0 comments on commit c43a821

Please sign in to comment.