Skip to content

Commit

Permalink
chore(main): release 1.54.0 (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
openfoodfacts-bot authored Oct 25, 2024
1 parent cfdfb07 commit 253d0b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.54.0](https://github.com/openfoodfacts/robotoff/compare/v1.53.3...v1.54.0) (2024-10-25)


### Features

* add nutrient extractor ([#1437](https://github.com/openfoodfacts/robotoff/issues/1437)) ([9ae5ff7](https://github.com/openfoodfacts/robotoff/commit/9ae5ff722103602889318257a16909e2478de101))
* Add spellcheck annotate ([#1434](https://github.com/openfoodfacts/robotoff/issues/1434)) ([f9a60dc](https://github.com/openfoodfacts/robotoff/commit/f9a60dc0a0c96da93fef17b470440af7f6798951))


### Bug Fixes

* fix nutrient insight importer ([0e4aff3](https://github.com/openfoodfacts/robotoff/commit/0e4aff3bb83807194ab163334ced75d4d72fe5dd))
* fix NutrientExtractionImporter ([b533199](https://github.com/openfoodfacts/robotoff/commit/b533199ea248c824110182cbe5f536c8d5f86dfb))
* fix nutrition extraction insight generation ([#1438](https://github.com/openfoodfacts/robotoff/issues/1438)) ([cfdfb07](https://github.com/openfoodfacts/robotoff/commit/cfdfb0763b49be7a2d45bccf54173fec1029c0ba))

## [1.53.3](https://github.com/openfoodfacts/robotoff/compare/v1.53.2...v1.53.3) (2024-10-16)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "robotoff"
version = "1.53.3"
version = "1.54.0"
description = "Real-time and batch prediction service for Open Food Facts."
authors = ["Open Food Facts Team"]
license = "GNU Affero General Public License v3"
Expand Down

0 comments on commit 253d0b7

Please sign in to comment.