Skip to content

Commit ecb5981

Browse files
chore(develop): release 2.8.0 (#353)
1 parent 141ae5e commit ecb5981

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.7.0"
2+
".": "2.8.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.8.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.7.0...v2.8.0) (2025-07-08)
4+
5+
6+
### Features
7+
8+
* add new is_image_deletion method to RedisUpdate ([#359](https://github.com/openfoodfacts/openfoodfacts-python/issues/359)) ([9e3951c](https://github.com/openfoodfacts/openfoodfacts-python/commit/9e3951c392dfde4761b7cb99ffe2131ba4641738))
9+
10+
11+
### Bug Fixes
12+
13+
* fix release please config ([fc77c07](https://github.com/openfoodfacts/openfoodfacts-python/commit/fc77c07a3509f56a3c9cbe617b5beeca8e050263))
14+
315
## [2.7.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.6.1...v2.7.0) (2025-07-04)
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.7.0"
33+
__version__ = "2.8.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.7.0"
3+
version = "2.8.0"
44
authors = [
55
{name = "The Open Food Facts team", email = "[email protected]"}
66
]

0 commit comments

Comments
 (0)