Skip to content
Merged
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Mindee Python Client Library Changelog

## v4.35.0 - 2026-03-01
### Changes
* :sparkles: add support for crop extraction
* :sparkles: add support for split extraction
* :sparkles: add support for minimal V2 CLI
### Fixes
* :bug: fix file saves from crop/split extractors breaking in some instances
* :recycle: fix cron


## v4.34.0 - 2026-02-23
### Changes
* :sparkles: add job information to the inference object
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__ = "4.34.0"
__version__ = "4.35.0"

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

Expand Down
Loading