Skip to content

Commit

Permalink
chore(develop): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openfoodfacts-bot authored and raphael0202 committed Jul 17, 2024
1 parent 9e299b2 commit 7b26892
Show file tree
Hide file tree
Showing 4 changed files with 20 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.4.0"
".": "1.0.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.0.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v0.4.0...v1.0.0) (2024-07-17)


### ⚠ BREAKING CHANGES

* improve asset and image download functions

### Features

* add helper functions for Redis stream ([6fedef7](https://github.com/openfoodfacts/openfoodfacts-python/commit/6fedef784b569c453d8d1a352195edb787e83eea))
* improve asset and image download functions ([f5b4f90](https://github.com/openfoodfacts/openfoodfacts-python/commit/f5b4f90efb56e2ec775a8e11453818a6d6d8ef75))


### Bug Fixes

* add Pillow as optional dependency (+ extra) ([5ba7719](https://github.com/openfoodfacts/openfoodfacts-python/commit/5ba77194060ef203e739fb30395f89d12ef358bb))

## [0.4.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v0.3.0...v0.4.0) (2024-07-01)


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.4.0"
__version__ = "1.0.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.4.0"
version = "1.0.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 7b26892

Please sign in to comment.