Skip to content

Commit 27a1530

Browse files
chore(develop): release 3.0.0 (#382)
1 parent e4e598a commit 27a1530

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.9.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.9.0...v3.0.0) (2025-09-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **redis:** support `ocr_ready` event type ([#386](https://github.com/openfoodfacts/openfoodfacts-python/issues/386))
9+
10+
### Features
11+
12+
* **redis:** support `ocr_ready` event type ([#386](https://github.com/openfoodfacts/openfoodfacts-python/issues/386)) ([e4e598a](https://github.com/openfoodfacts/openfoodfacts-python/commit/e4e598aa9cb2b2bc48a7173122e7147deeb4e0fb))
13+
14+
15+
### Bug Fixes
16+
17+
* allow to specify the page in FacetResource.get ([#381](https://github.com/openfoodfacts/openfoodfacts-python/issues/381)) ([11aa647](https://github.com/openfoodfacts/openfoodfacts-python/commit/11aa64732a35c05904e46b51ab3d778f42299f00)), closes [#292](https://github.com/openfoodfacts/openfoodfacts-python/issues/292)
18+
19+
20+
### Documentation
21+
22+
* Add a REUSE.md for the Python SDK ([#385](https://github.com/openfoodfacts/openfoodfacts-python/issues/385)) ([72af8dd](https://github.com/openfoodfacts/openfoodfacts-python/commit/72af8ddf30bad656f902d8a384cf5b590514eeb0))
23+
324
## [2.9.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.8.0...v2.9.0) (2025-08-21)
425

526

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__ = "2.9.0"
33+
__version__ = "3.0.0"

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 = "2.9.0"
3+
version = "3.0.0"
44
authors = [
55
{name = "The Open Food Facts team", email = "[email protected]"}
66
]

0 commit comments

Comments
 (0)