Skip to content

Commit

Permalink
chore(develop): release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openfoodfacts-bot committed Dec 12, 2024
1 parent 1cda84e commit f802fc8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.4.0"
".": "2.5.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.5.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.4.0...v2.5.0) (2024-12-12)


### Features

* add `create_brand_taxonomy_mapping` function ([#306](https://github.com/openfoodfacts/openfoodfacts-python/issues/306)) ([f62b74d](https://github.com/openfoodfacts/openfoodfacts-python/commit/f62b74d822b3c4e340079428262f5b32fb770443))
* add `Flavor.from_product_type` method ([#308](https://github.com/openfoodfacts/openfoodfacts-python/issues/308)) ([1cda84e](https://github.com/openfoodfacts/openfoodfacts-python/commit/1cda84e8a04c0e07579a76ab901861980c23c657))

## [2.4.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.3.4...v2.4.0) (2024-12-11)


Expand Down
2 changes: 1 addition & 1 deletion openfoodfacts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"normalize_barcode",
]

__version__ = "2.4.0"
__version__ = "2.5.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openfoodfacts"
version = "2.4.0"
version = "2.5.0"
description = "Official Python SDK of Open Food Facts"
authors = ["The Open Food Facts team"]
license = "Apache 2.0"
Expand Down

0 comments on commit f802fc8

Please sign in to comment.