Skip to content

Commit c1e39f6

Browse files
chore(main): release 0.5.0 (#39)
1 parent 0163102 commit c1e39f6

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
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-
".": "0.4.2"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/openfoodfacts/openfoodfacts-exports/compare/v0.4.2...v0.5.0) (2025-05-21)
4+
5+
6+
### Features
7+
8+
* add categories_properties to exported food ([#38](https://github.com/openfoodfacts/openfoodfacts-exports/issues/38)) ([9b32b19](https://github.com/openfoodfacts/openfoodfacts-exports/commit/9b32b198b2100d4dcb33e7a27aae2afba5f85d99))
9+
* Make the project into a python package ([#36](https://github.com/openfoodfacts/openfoodfacts-exports/issues/36)) ([1a48716](https://github.com/openfoodfacts/openfoodfacts-exports/commit/1a487164e554fd40c941d1722eaafd1514dbfada))
10+
* use pytest `tmp_path` ([#40](https://github.com/openfoodfacts/openfoodfacts-exports/issues/40)) ([944e17c](https://github.com/openfoodfacts/openfoodfacts-exports/commit/944e17c97a9572799771083f8c21e18f525e98f8))
11+
12+
13+
### Bug Fixes
14+
15+
* receipt quantity ([#37](https://github.com/openfoodfacts/openfoodfacts-exports/issues/37)) ([03a8095](https://github.com/openfoodfacts/openfoodfacts-exports/commit/03a80955437c20a63c2932658df1d2305fb9fd43))
16+
* receipt_quantity to float ([03a8095](https://github.com/openfoodfacts/openfoodfacts-exports/commit/03a80955437c20a63c2932658df1d2305fb9fd43))
17+
* support new `images` schema by converting to legacy schema ([#41](https://github.com/openfoodfacts/openfoodfacts-exports/issues/41)) ([0163102](https://github.com/openfoodfacts/openfoodfacts-exports/commit/016310241fbc8251bded52f3ee7012380713f7b8))
18+
* support new images schema by converting to legacy schema ([0163102](https://github.com/openfoodfacts/openfoodfacts-exports/commit/016310241fbc8251bded52f3ee7012380713f7b8))
19+
320
## [0.4.2](https://github.com/openfoodfacts/openfoodfacts-exports/compare/v0.4.1...v0.4.2) (2025-03-07)
421

522

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-exports"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)