There was an error while loading. Please reload this page.
1 parent c878403 commit 809bab1Copy full SHA for 809bab1
2 files changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Mindee Python Client Library Changelog
2
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
16
## v5.1.1 - 2026-06-19
17
### Fixes
18
* :bug: fix building docs
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "5.1.1"
+__version__ = "5.2.0"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments