Skip to content

Commit 0958d7a

Browse files
chore(develop): release 3.2.0 (#395)
1 parent 6f1eba5 commit 0958d7a

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.0"
2+
".": "3.2.0"
33
}

CHANGELOG.md

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

3+
## [3.2.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.1.0...v3.2.0) (2025-11-18)
4+
5+
6+
### Features
7+
8+
* add a `warning_missing` parameter to OCRResult.from_url function ([#399](https://github.com/openfoodfacts/openfoodfacts-python/issues/399)) ([9612b06](https://github.com/openfoodfacts/openfoodfacts-python/commit/9612b0655d424d48d804982e692e3db1c2517e40))
9+
* Add data quality taxonomy URL ([#392](https://github.com/openfoodfacts/openfoodfacts-python/issues/392)) ([67e0768](https://github.com/openfoodfacts/openfoodfacts-python/commit/67e0768a1ff3173fb924f8b1f027eb4651916514))
10+
11+
12+
### Bug Fixes
13+
14+
* use a temp filename to save files with `download_file` func ([#398](https://github.com/openfoodfacts/openfoodfacts-python/issues/398)) ([6f1eba5](https://github.com/openfoodfacts/openfoodfacts-python/commit/6f1eba57de0bfcc96b4e9c02bc3a1aad333fd7fe))
15+
316
## [3.1.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.0.0...v3.1.0) (2025-09-25)
417

518

openfoodfacts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
"normalize_barcode",
3131
]
3232

33-
__version__ = "3.1.0"
33+
__version__ = "3.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openfoodfacts"
3-
version = "3.1.0"
3+
version = "3.2.0"
44
authors = [
55
{name = "The Open Food Facts team", email = "contact@openfoodfacts.org"}
66
]

0 commit comments

Comments
 (0)