Skip to content

Commit 4203f9e

Browse files
committed
release: v1.3.0
1 parent 9046e52 commit 4203f9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
**Unreleased**
4+
**1.3.0 (Jul 13, 2026)**
55

66
* Fixed: animated-gif transcodes no longer exhaust memory on large inputs.
77
``probe()`` now reads gif size and duration from a single-pass header parser

src/thumbor_video_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from thumbor.config import Config
22

33

4-
__version__ = "1.2.5"
4+
__version__ = "1.3.0"
55

66

77
Config.define(

0 commit comments

Comments
 (0)