Skip to content

Commit 2ea082b

Browse files
chore(develop): release 5.1.0 (#471)
1 parent 4a3f459 commit 2ea082b

4 files changed

Lines changed: 26 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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [5.1.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v5.0.1...v5.1.0) (2026-05-29)
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+
### Bug Fixes
13+
14+
* typo in per_quantity ([#481](https://github.com/openfoodfacts/openfoodfacts-python/issues/481)) ([cbe19df](https://github.com/openfoodfacts/openfoodfacts-python/commit/cbe19dfcca560a7219898f54217f02ca17f2912d))
15+
16+
17+
### Technical
18+
19+
* add a CONTRIBUTING.md ([#473](https://github.com/openfoodfacts/openfoodfacts-python/issues/473)) ([3252d61](https://github.com/openfoodfacts/openfoodfacts-python/commit/3252d616978ce2f195e0df12a5046756ef60705e))
20+
* 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))
21+
* **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))
22+
* Fix API link in README.md ([4a3f459](https://github.com/openfoodfacts/openfoodfacts-python/commit/4a3f45910ba372f64870c435edcf4e229dd80fd8))
23+
* **Taxonomy:** for dataset filepath, use mapping instead of overriding enum ([#479](https://github.com/openfoodfacts/openfoodfacts-python/issues/479)) ([e9af704](https://github.com/openfoodfacts/openfoodfacts-python/commit/e9af7048fc8eadfe77d1b18a568979c913e96a1d))
24+
* **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))
25+
326
## [5.0.1](https://github.com/openfoodfacts/openfoodfacts-python/compare/v5.0.0...v5.0.1) (2026-03-18)
427

528

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)