Skip to content

Commit 809bab1

Browse files
🔖 Version 5.2.0 (#453)
1 parent c878403 commit 809bab1

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Mindee Python Client Library Changelog
22

3+
## v5.2.0 - 2026-07-20
4+
### Changes
5+
* :sparkles: add webhook error response
6+
* :sparkles: add simple fields typed accessors
7+
* :sparkles: allow passing a webhook to the CLI
8+
* :recycle: update internals and bump dependencies
9+
10+
### Fixes
11+
* :bug: :boom: rework extraction methods
12+
* :bug: :boom: harmonize Crop and Split
13+
* :bug: fix issues with tests and add better tests for URL input source
14+
15+
316
## v5.1.1 - 2026-06-19
417
### Fixes
518
* :bug: fix building docs

mindee/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "5.1.1"
3+
__version__ = "5.2.0"
44

55
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
66

0 commit comments

Comments
 (0)