Skip to content

Commit ba2bc1a

Browse files
chore(develop): release 2.9.0 (#379)
1 parent 1247212 commit ba2bc1a

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.8.0"
2+
".": "2.9.0"
33
}

CHANGELOG.md

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

3+
## [2.9.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.8.0...v2.9.0) (2025-08-21)
4+
5+
6+
### Features
7+
8+
* improve facet functions ([#377](https://github.com/openfoodfacts/openfoodfacts-python/issues/377)) ([1084e05](https://github.com/openfoodfacts/openfoodfacts-python/commit/1084e05aa91450be6c0e82e4fc3e909d3f2f4091))
9+
10+
11+
### Bug Fixes
12+
13+
* strip leading 0 before splitting barcodes ([#378](https://github.com/openfoodfacts/openfoodfacts-python/issues/378)) ([1247212](https://github.com/openfoodfacts/openfoodfacts-python/commit/12472127b8db41beba1d204d1224378b93e013cb))
14+
315
## [2.8.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.7.0...v2.8.0) (2025-07-08)
416

517

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

0 commit comments

Comments
 (0)