Skip to content

Commit 585ea83

Browse files
chore(develop): release 2.6.0 (#329)
1 parent da800f9 commit 585ea83

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-
".": "2.5.2"
2+
".": "2.6.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+
## [2.6.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.5.2...v2.6.0) (2025-05-30)
4+
5+
6+
### Features
7+
8+
* add face annotations support in OCRResult ([#333](https://github.com/openfoodfacts/openfoodfacts-python/issues/333)) ([da800f9](https://github.com/openfoodfacts/openfoodfacts-python/commit/da800f9cba1e484f773b38696651adc97a005f80))
9+
10+
11+
### Bug Fixes
12+
13+
* fix issue in map_to_canonical_id function ([#332](https://github.com/openfoodfacts/openfoodfacts-python/issues/332)) ([e383de1](https://github.com/openfoodfacts/openfoodfacts-python/commit/e383de11cc4aff9177887ee007aa0996b7240ff2)), closes [#331](https://github.com/openfoodfacts/openfoodfacts-python/issues/331)
14+
* remove unused variable in tests ([3a1375e](https://github.com/openfoodfacts/openfoodfacts-python/commit/3a1375ea718ffd4c2c19778d524c4681a0bb3c37))
15+
316
## [2.5.2](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.5.1...v2.5.2) (2025-05-21)
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__ = "2.5.2"
33+
__version__ = "2.6.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openfoodfacts"
3-
version = "2.5.2"
3+
version = "2.6.0"
44
description = "Official Python SDK of Open Food Facts"
55
authors = ["The Open Food Facts team"]
66
license = "MIT"

0 commit comments

Comments
 (0)