From 64c71e4f551e7ae2f9960c9ae3328d5676267f16 Mon Sep 17 00:00:00 2001 From: semantic-release-mgrani Date: Mon, 22 Jul 2024 09:18:53 +0200 Subject: [PATCH] 0.11.8 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ owilix/_version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a9722..a159565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.11.8 (2024-07-22) + +### Fix + +* fix: query slice did overwrite metadata files if the number of parquet files per query is too small. Switched to UUID for parquet metadata file as a save method. ([`ef49f8f`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/ef49f8f8a40cb79ad749fa1f17ef2ddd7a315421)) + ## v0.11.7 (2024-07-16) ### Documentation diff --git a/owilix/_version.py b/owilix/_version.py index 65bdd7c..c92c64b 100644 --- a/owilix/_version.py +++ b/owilix/_version.py @@ -1,3 +1,3 @@ # These version placeholders will be replaced later during substitution. -__version__ = "0.11.7" +__version__ = "0.11.8" __version_tuple__ = (0, 10, 0, "post", 2, "06b6e1e") diff --git a/pyproject.toml b/pyproject.toml index 9440197..577d6fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "owilix" -version = "0.11.7" +version = "0.11.8" description = "OWILIX - the Command Line Interface for slicing and consuming the Open Web Index. " authors = ["Michael Granitzer "] license = "MIT" -- 2.51.2