Skip to content

Commit 384496f

Browse files
chore(main): release 1.71.0 (#1618)
🤖 I have created a release *beep* *boop* --- ## [1.71.0](v1.70.0...v1.71.0) (2025-06-06) ### Features * integrate nutriSight to public API ([#1619](#1619)) ([78b513e](78b513e)) ### Bug Fixes * Add retry logic for redis ([#1615](#1615)) ([61798aa](61798aa)) * fix bug in NutrientExtractionImporter.keep_prediction ([#1621](#1621)) ([033105a](033105a)), closes [#1620](#1620) ### Documentation * add image flagging prediction documentation ([#1622](#1622)) ([5024943](5024943)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 5024943 commit 384496f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [1.71.0](https://github.com/openfoodfacts/robotoff/compare/v1.70.0...v1.71.0) (2025-06-06)
4+
5+
6+
### Features
7+
8+
* integrate nutriSight to public API ([#1619](https://github.com/openfoodfacts/robotoff/issues/1619)) ([78b513e](https://github.com/openfoodfacts/robotoff/commit/78b513eabf62217a639979a92ba28e46d55bb9c4))
9+
10+
11+
### Bug Fixes
12+
13+
* Add retry logic for redis ([#1615](https://github.com/openfoodfacts/robotoff/issues/1615)) ([61798aa](https://github.com/openfoodfacts/robotoff/commit/61798aaf2a82bbda7eee2088ea6c0630b7371639))
14+
* fix bug in NutrientExtractionImporter.keep_prediction ([#1621](https://github.com/openfoodfacts/robotoff/issues/1621)) ([033105a](https://github.com/openfoodfacts/robotoff/commit/033105ab14f62962e048801b2e8cc04ff87e9f50)), closes [#1620](https://github.com/openfoodfacts/robotoff/issues/1620)
15+
16+
17+
### Documentation
18+
19+
* add image flagging prediction documentation ([#1622](https://github.com/openfoodfacts/robotoff/issues/1622)) ([5024943](https://github.com/openfoodfacts/robotoff/commit/502494373ad05cad9ada819b4e545dacf6709d96))
20+
321
## [1.70.0](https://github.com/openfoodfacts/robotoff/compare/v1.69.0...v1.70.0) (2025-06-04)
422

523

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ignore_missing_imports = true
3838

3939
[tool.poetry]
4040
name = "robotoff"
41-
version = "1.70.0"
41+
version = "1.71.0"
4242
description = "Real-time and batch prediction service for Open Food Facts."
4343
authors = ["Open Food Facts Team"]
4444
license = "GNU Affero General Public License v3"

0 commit comments

Comments
 (0)