Skip to content

Commit a695853

Browse files
committed
🔖 version 3.7.0
1 parent cedb5fd commit a695853

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## v3.7.0 - 2023-04-18
4+
### Changes
5+
* :sparkles: add support for receipt v5
6+
* :white_check_mark: use code samples for integration testing
7+
8+
39
## v3.6.0 - 2023-03-10
410
### Changes
511
* :sparkles: add an URL input source
612
* :memo: add proof of address documentation
713
### Fixes
814
* :bug: fix file extension for sample code inclusion
915

16+
1017
## v3.5.0 - 2023-02-17
1118
### Changes
1219
* :safety_vest: make sure CI is run on various OSes
@@ -20,6 +27,7 @@
2027
### Fixes
2128
* :bug: fix for null classification field on custom APIs
2229

30+
2331
## v3.4.0 - 2023-02-01
2432
### Changes
2533
* :sparkles: add support for: financial document v1
@@ -33,10 +41,12 @@ It's still usable with no code modifications but will be **removed** in a future
3341
All users are encouraged to move to `FinancialDocumentV1` which has much better performance.
3442
Also field names in `FinancialDocumentV1` now match those of `Invoice` and `Receipt`.
3543

44+
3645
## v3.3.0 - 2023-01-27
3746
### Changes
3847
* sparkles: Add French carte grise v1 support
3948

49+
4050
## v3.2.1 - 2023-01-18
4151
### Changes
4252
* :arrow_up: Update pikepdf
@@ -45,6 +55,7 @@ Also field names in `FinancialDocumentV1` now match those of `Invoice` and `Rece
4555
### Fixes
4656
* :bug: Fix misleading docstrings
4757

58+
4859
## v3.2.0 - 2023-01-06
4960
### Changes
5061
* :sparkles: add version option in CLI
@@ -59,6 +70,7 @@ Also field names in `FinancialDocumentV1` now match those of `Invoice` and `Rece
5970
### Fixes
6071
* :bug: fix for invoice v4 URL
6172

73+
6274
## v3.1.0 - 2022-12-01
6375
### Changes
6476
* :sparkles: allow setting base URL from env
@@ -71,6 +83,7 @@ Also field names in `FinancialDocumentV1` now match those of `Invoice` and `Rece
7183
### Fixes
7284
* :bug: page_n should always be set when available (#106)
7385

86+
7487
## v3.0.0 - 2022-11-07
7588
### ¡Breaking Changes!
7689
* :sparkles: New PDF cut/merge system, allowing specifying exactly which pages to use.
@@ -88,6 +101,7 @@ Also field names in `FinancialDocumentV1` now match those of `Invoice` and `Rece
88101
* :bug: Make sure the user is specified when calling custom docs on CLI
89102
* :bug: Add default timeout of 120 seconds for endpoints.
90103

104+
91105
## v2.6.0 - 2022-10-10
92106
### Fixes
93107
* :bug: don't print "None" when filename is empty

mindee/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.0
1+
3.7.0

0 commit comments

Comments
 (0)