Skip to content

Commit 916153a

Browse files
committed
Bump version to 1.33.0
1 parent ed3712e commit 916153a

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22

33

4+
## v1.33.0 (2025-08-22)
5+
6+
* Add fixed ffmpeg version for CI.
7+
8+
* Add input list to docs.
9+
10+
* Docs: add @odie5533 as a contributor.
11+
12+
* Add --input-list option to read input files from a text file.
13+
14+
* Add initial API-based ground truth tests.
15+
16+
... with Claude Code
17+
18+
* Ci: skip ci tests for commits that change only markdown files (#291)
19+
20+
* Fix tests with unclean files, fixes #290.
21+
22+
* Docs: add @georgev93 as a contributor.
23+
24+
* Changing test file structure to ensure pytest discoverability (#289)
25+
26+
* Fix dockerfile.
27+
28+
* Remove johnvansickle build.
29+
30+
* Fix type error.
31+
32+
433
## v1.32.5 (2025-06-22)
534

635
* Fix classifier.

ffmpeg_normalize/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.32.5"
1+
__version__ = "1.33.0"

0 commit comments

Comments
 (0)