Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Mindee Python Client Library Changelog

## v5.2.0 - 2026-07-20
### Changes
* :sparkles: add webhook error response
* :sparkles: add simple fields typed accessors
* :sparkles: allow passing a webhook to the CLI
* :recycle: update internals and bump dependencies

### Fixes
* :bug: :boom: rework extraction methods
* :bug: :boom: harmonize Crop and Split
* :bug: fix issues with tests and add better tests for URL input source


## v5.1.1 - 2026-06-19
### Fixes
* :bug: fix building docs
Expand Down
2 changes: 1 addition & 1 deletion mindee/versions.py
Original file line number Diff line number Diff line change
@@ -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]}"

Expand Down