diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5547f83..10f3091 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c992d3..7c57757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.0](https://github.com/openfoodfacts/openfoodfacts-exports/compare/v0.1.1...v0.2.0) (2024-11-14) + + +### Features + +* :fire: Postprocess parquet: images field ([#6](https://github.com/openfoodfacts/openfoodfacts-exports/issues/6)) ([48e21b3](https://github.com/openfoodfacts/openfoodfacts-exports/commit/48e21b35312ef63f9cc3f913d1a8854ce5e00a51)) +* declare the schema of the Parquet file ([#8](https://github.com/openfoodfacts/openfoodfacts-exports/issues/8)) ([309b4f7](https://github.com/openfoodfacts/openfoodfacts-exports/commit/309b4f73009424be65d712d2798f11bf7525d952)) + ## [0.1.1](https://github.com/openfoodfacts/openfoodfacts-exports/compare/v0.1.0...v0.1.1) (2024-11-12) diff --git a/pyproject.toml b/pyproject.toml index 3799fc7..bbf753b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openfoodfacts-exports" -version = "0.1.1" +version = "0.2.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.10"