Skip to content

Commit ef36b15

Browse files
authored
🔖 Version 4.28.0 (#356)
1 parent d9bf981 commit ef36b15

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## v4.28.0 - 2025-09-02
4+
### Changes
5+
* :sparkles: add list field typed accessors
6+
* :recycle: rework polygons, use them more like a real class
7+
* :sparkles: add inference options
8+
### ¡Breaking Changes!
9+
* :recycle: :boom: update raw text output from server
10+
11+
312
## v4.27.1 - 2025-08-22
413
### Changes
514
* :recycle: use direct import of input classes

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__ = "4.27.1"
3+
__version__ = "4.28.0"
44

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

0 commit comments

Comments
 (0)