Skip to content

Commit d5498cb

Browse files
chore(develop): release 5.1.0
1 parent 0f83128 commit d5498cb

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.0.1"
2+
".": "5.1.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.1.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v5.0.1...v5.1.0) (2026-05-07)
4+
5+
6+
### Features
7+
8+
* **Taxonomy:** allow fetching taxonomies from other flavors (obf, opff, opf) ([#466](https://github.com/openfoodfacts/openfoodfacts-python/issues/466)) ([e5474de](https://github.com/openfoodfacts/openfoodfacts-python/commit/e5474dedb802bfca74ed5628d235f08d1124117d))
9+
* **Taxonomy:** children method parity with parent methods ([#467](https://github.com/openfoodfacts/openfoodfacts-python/issues/467)) ([08f27b8](https://github.com/openfoodfacts/openfoodfacts-python/commit/08f27b8cc5071cdc1c7161af515d2e6838d2a54f))
10+
11+
12+
### Technical
13+
14+
* add a CONTRIBUTING.md ([#473](https://github.com/openfoodfacts/openfoodfacts-python/issues/473)) ([3252d61](https://github.com/openfoodfacts/openfoodfacts-python/commit/3252d616978ce2f195e0df12a5046756ef60705e))
15+
* add a new Utilities section (barcode-related). Explain how to use the API for other flavors ([#470](https://github.com/openfoodfacts/openfoodfacts-python/issues/470)) ([a5504e3](https://github.com/openfoodfacts/openfoodfacts-python/commit/a5504e353ff98a80df96b8b64253d311be00aa3a))
16+
* **deps:** add `pre-commit` to the dev dependencies ([#472](https://github.com/openfoodfacts/openfoodfacts-python/issues/472)) ([6df90e2](https://github.com/openfoodfacts/openfoodfacts-python/commit/6df90e28d6cfa195e11612637e1ad7bfe234a377))
17+
* **Taxonomy:** replace TAXONOMY_URLS with TAXONOMY_MAPPING and a single method to build the url ([#475](https://github.com/openfoodfacts/openfoodfacts-python/issues/475)) ([0f83128](https://github.com/openfoodfacts/openfoodfacts-python/commit/0f831282bc433ca2663e861e5421a90def998316))
18+
319
## [5.0.1](https://github.com/openfoodfacts/openfoodfacts-python/compare/v5.0.0...v5.0.1) (2026-03-18)
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.0.1"
3+
version = "5.1.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.0.1"
33+
__version__ = "5.1.0"

0 commit comments

Comments
 (0)