Skip to content

Commit 2b2ff0d

Browse files
chore(main): release 1.66.0 (#1551)
🤖 I have created a release *beep* *boop* --- ## [1.66.0](v1.65.0...v1.66.0) (2025-05-16) ### Features * Implement auto-rotation for selected images using Google Cloud Vision predictions ([#1562](#1562)) ([564d7a4](564d7a4)) * improve image orientation insights ([#1567](#1567)) ([5c581b3](5c581b3)) ### Bug Fixes * add missing question formatter ([5ec6db1](5ec6db1)) * bump pre-commit hook version ([#1564](#1564)) ([065977a](065977a)) * failing code quality tests ([#1556](#1556)) ([2ccdd77](2ccdd77)) * improve ImageOrientation importers and annotator ([#1566](#1566)) ([3d160c8](3d160c8)) ### Technical * clarify Robotoff intro paragraph in README ([#1538](#1538)) ([c6b3fd9](c6b3fd9)) * fix test annotate + test nutrients JSON ([#1561](#1561)) ([1678921](1678921)) * Regenerate poetry.lock after pyproject.toml changes ([#1555](#1555)) ([4472af1](4472af1)) * updated ubuntu version pinning and some minor errors related to deployment ([#1558](#1558)) ([fcd09a0](fcd09a0)) --- 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 5ec6db1 commit 2b2ff0d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## [1.66.0](https://github.com/openfoodfacts/robotoff/compare/v1.65.0...v1.66.0) (2025-05-16)
4+
5+
6+
### Features
7+
8+
* Implement auto-rotation for selected images using Google Cloud Vision predictions ([#1562](https://github.com/openfoodfacts/robotoff/issues/1562)) ([564d7a4](https://github.com/openfoodfacts/robotoff/commit/564d7a40cf99ac0cc4a1dd73058a3f618c8a1dea))
9+
* improve image orientation insights ([#1567](https://github.com/openfoodfacts/robotoff/issues/1567)) ([5c581b3](https://github.com/openfoodfacts/robotoff/commit/5c581b3bb72447b472455a4ec98ab499a7e94ab2))
10+
11+
12+
### Bug Fixes
13+
14+
* add missing question formatter ([5ec6db1](https://github.com/openfoodfacts/robotoff/commit/5ec6db134e0707e53be2a60b4a52aa553bfa2ebc))
15+
* bump pre-commit hook version ([#1564](https://github.com/openfoodfacts/robotoff/issues/1564)) ([065977a](https://github.com/openfoodfacts/robotoff/commit/065977a85ddf2d5c80664e93416e39df4e574fd6))
16+
* failing code quality tests ([#1556](https://github.com/openfoodfacts/robotoff/issues/1556)) ([2ccdd77](https://github.com/openfoodfacts/robotoff/commit/2ccdd77cf728eeadb9ee0f5272e284694363740f))
17+
* improve ImageOrientation importers and annotator ([#1566](https://github.com/openfoodfacts/robotoff/issues/1566)) ([3d160c8](https://github.com/openfoodfacts/robotoff/commit/3d160c8f57ce57f79d2a7f5317ee038818a0e10f))
18+
19+
20+
### Technical
21+
22+
* clarify Robotoff intro paragraph in README ([#1538](https://github.com/openfoodfacts/robotoff/issues/1538)) ([c6b3fd9](https://github.com/openfoodfacts/robotoff/commit/c6b3fd99554ea162903377272fc6d9da6e1be596))
23+
* fix test annotate + test nutrients JSON ([#1561](https://github.com/openfoodfacts/robotoff/issues/1561)) ([1678921](https://github.com/openfoodfacts/robotoff/commit/16789218a5293db675e1f68f07ca1b5a461b9af4))
24+
* Regenerate poetry.lock after pyproject.toml changes ([#1555](https://github.com/openfoodfacts/robotoff/issues/1555)) ([4472af1](https://github.com/openfoodfacts/robotoff/commit/4472af1e33b49c876978fba26871773c8fd10d10))
25+
* updated ubuntu version pinning and some minor errors related to deployment ([#1558](https://github.com/openfoodfacts/robotoff/issues/1558)) ([fcd09a0](https://github.com/openfoodfacts/robotoff/commit/fcd09a0e16b694b05bfc00125277c90f8c8a8593))
26+
327
## [1.65.0](https://github.com/openfoodfacts/robotoff/compare/v1.64.2...v1.65.0) (2025-04-15)
428

529

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.65.0"
41+
version = "1.66.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)