Skip to content

Commit adcdbfc

Browse files
🔖 Version 4.13.0 (#231)
1 parent 910d28c commit adcdbfc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## v4.13.0 - 2026-03-03
4+
### Changes
5+
* :sparkles: add support for V2 Classification product
6+
* :sparkles: add support for V2 Crop product
7+
* :sparkles: add support for V2 Ocr product
8+
* :sparkles: add support for V2 Split product
9+
* :recycle: make polling follow API urls instead of re-constructing them
10+
* :sparkles: add support for generic product accessors in V2
11+
* :recycle: add proper tests for ruby 4
12+
### Fixes
13+
* :recycle: fix tests file paths
14+
15+
316
## v4.12.0 - 2026-02-25
417
### Changes
518
* :sparkles: add job information to inference

lib/mindee/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Mindee
44
module Mindee
55
# Current version.
6-
VERSION = '4.12.0'
6+
VERSION = '4.13.0'
77

88
# Finds and return the current platform.
99
# @return [Symbol, Hash[String | Symbol, Regexp], Nil?]

0 commit comments

Comments
 (0)