Skip to content

Commit

Permalink
chore(main): release 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openfoodfacts-bot authored and raphael0202 committed Oct 17, 2023
1 parent cac6241 commit 11ed428
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.36.0](https://github.com/openfoodfacts/robotoff/compare/v1.35.0...v1.36.0) (2023-10-16)


### Features

* use openfoodfacts SDK for OCR processing ([6344936](https://github.com/openfoodfacts/robotoff/commit/63449367eea12f46b576fe23a6631563bc0fa2c6))


### Bug Fixes

* update pymongo ([cac6241](https://github.com/openfoodfacts/robotoff/commit/cac624193a50cf7fd9fffa80b03eba66c4f85e8a))
* use new version of openfoodfacts-python ([a7d0b28](https://github.com/openfoodfacts/robotoff/commit/a7d0b28dbd4df5252578acb06f8a3a07430de0c8))


### Technical

* upgrade to Pydantic V2 ([6979cec](https://github.com/openfoodfacts/robotoff/commit/6979cecb62557b4f7c56afcd409db99b8f898a5f))

## [1.35.0](https://github.com/openfoodfacts/robotoff/compare/v1.34.1...v1.35.0) (2023-09-04)


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.35.0"
version = "1.36.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 11ed428

Please sign in to comment.