Skip to content

Commit bec5cd9

Browse files
chore(develop): release 5.2.0
1 parent 949e23a commit bec5cd9

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [5.2.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v5.1.0...v5.2.0) (2026-06-11)
4+
5+
6+
### Features
7+
8+
* add search-a-licious endpoint support ([#482](https://github.com/openfoodfacts/openfoodfacts-python/issues/482)) ([5230ad3](https://github.com/openfoodfacts/openfoodfacts-python/commit/5230ad3baf0ba7b7c8970a01325126f2b3a19513))
9+
* **Auth:** Added support for keycloak access_token ([#476](https://github.com/openfoodfacts/openfoodfacts-python/issues/476)) ([73ada98](https://github.com/openfoodfacts/openfoodfacts-python/commit/73ada98a5c248cae548ae405b5f4f11a2d88a164))
10+
* integrate nutripatrol API to SDK ([#489](https://github.com/openfoodfacts/openfoodfacts-python/issues/489)) ([949e23a](https://github.com/openfoodfacts/openfoodfacts-python/commit/949e23a89d6b818df8653cbbe7a8706c9dd11026))
11+
12+
13+
### Technical
14+
15+
* **deps:** bump requests from 2.32.5 to 2.33.0 in the uv group across 1 directory ([#464](https://github.com/openfoodfacts/openfoodfacts-python/issues/464)) ([c77d21d](https://github.com/openfoodfacts/openfoodfacts-python/commit/c77d21d3d502aaa3ff51a88ae10e77ce93734eeb))
16+
* **deps:** bump requests in the uv group across 1 directory ([c77d21d](https://github.com/openfoodfacts/openfoodfacts-python/commit/c77d21d3d502aaa3ff51a88ae10e77ce93734eeb))
17+
* **deps:** bump the all-actions group across 1 directory with 8 updates ([#477](https://github.com/openfoodfacts/openfoodfacts-python/issues/477)) ([1864259](https://github.com/openfoodfacts/openfoodfacts-python/commit/186425938359614c43ca07a43f91efe88d2639c2))
18+
319
## [5.1.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v5.0.1...v5.1.0) (2026-05-29)
420

521

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 = "5.1.0"
3+
version = "5.2.0"
44
authors = [
55
{name = "The Open Food Facts team", email = "contact@openfoodfacts.org"}
66
]

src/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__ = "5.1.0"
33+
__version__ = "5.2.0"

0 commit comments

Comments
 (0)