Skip to content

Commit c6f0900

Browse files
authored
🔖 Version 3.34.0 (#342)
1 parent 158e043 commit c6f0900

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/_test-integrations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ env:
1414
jobs:
1515
test-nix:
1616
name: Integration Test on *NIX
17-
timeout-minutes: 30
17+
timeout-minutes: 35
1818
strategy:
19-
max-parallel: 4
19+
max-parallel: 6
2020
matrix:
2121
os:
2222
- "ubuntu-22.04"

CHANGELOG.md

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

3+
## v3.34.0 - 2025-10-01
4+
### Changes
5+
* :loud_sound: better logging for v2
6+
* :sparkles: allow comparing v2 field confidence score
7+
8+
39
## v3.33.0 - 2025-09-25
410
### Fixes
511
* :bug: fix for setting inference options

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>3.33.0</VersionPrefix>
3+
<VersionPrefix>3.34.0</VersionPrefix>
44
<VersionSuffix></VersionSuffix>
55
<Authors>Mindee</Authors>
66
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>

0 commit comments

Comments
 (0)