Skip to content

Commit

Permalink
chore(develop): release 0.3.0 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
openfoodfacts-bot authored Apr 18, 2024
1 parent 757cab9 commit 0d7c7bf
Show file tree
Hide file tree
Showing 4 changed files with 19 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 @@
{
".": "0.2.1"
".": "0.3.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.3.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v0.2.1...v0.3.0) (2024-04-18)


### Features

* add get_image_from_url function in utils.py ([db35751](https://github.com/openfoodfacts/openfoodfacts-python/commit/db357510e7f092d5fc3d922465fcaa1c032b324a))
* add Robotoff resource ([953ae41](https://github.com/openfoodfacts/openfoodfacts-python/commit/953ae419d613b874e109217e6764ef63bf2fdb44))
* add run_ocr_on_image_batch function ([decd94d](https://github.com/openfoodfacts/openfoodfacts-python/commit/decd94d8d1830dcef4b4e8c76e840fe753084c4c))


### Bug Fixes

* fix ProductResource.update method ([29c40ad](https://github.com/openfoodfacts/openfoodfacts-python/commit/29c40ad1360f20178bd6b23bce1acf9c99847847))
* fix typing error ([dd51e71](https://github.com/openfoodfacts/openfoodfacts-python/commit/dd51e710e924396f2273dc70c2dbcbcf3c730778))
* make predict_lang compatible with signature ([757cab9](https://github.com/openfoodfacts/openfoodfacts-python/commit/757cab9f104f2b5ff54cd44ad901b68779c4c20a))

## [0.2.1](https://github.com/openfoodfacts/openfoodfacts-python/compare/v0.2.0...v0.2.1) (2024-04-02)


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

__version__ = "0.2.1"
__version__ = "0.3.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 = "0.2.1"
version = "0.3.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 0d7c7bf

Please sign in to comment.