Skip to content

Commit f0a9dc9

Browse files
chore(main): release 0.4.2 (#23)
1 parent 3531fc3 commit f0a9dc9

File tree

3 files changed

+11
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [0.4.2](https://github.com/openfoodfacts/openfoodfacts-exports/compare/v0.4.1...v0.4.2) (2025-03-07)
4+
5+
6+
### Bug Fixes
7+
8+
* :bug: Nova_groups pydantic error fixed ([#30](https://github.com/openfoodfacts/openfoodfacts-exports/issues/30)) ([3531fc3](https://github.com/openfoodfacts/openfoodfacts-exports/commit/3531fc310be4ab8b391810d12909a044906b3729))
9+
* :sparkles: Add rev key to Images in Parquet ([#22](https://github.com/openfoodfacts/openfoodfacts-exports/issues/22)) ([061566c](https://github.com/openfoodfacts/openfoodfacts-exports/commit/061566c4513bb9855f95f83968a69a8c356a7b36))
10+
* add new Price.discount_type field ([#25](https://github.com/openfoodfacts/openfoodfacts-exports/issues/25)) ([e4c7dc7](https://github.com/openfoodfacts/openfoodfacts-exports/commit/e4c7dc71dd562fc18a600f2fde124461b22e36c9))
11+
312
## [0.4.1](https://github.com/openfoodfacts/openfoodfacts-exports/compare/v0.4.0...v0.4.1) (2024-11-28)
413

514

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

0 commit comments

Comments
 (0)