From ff94630cd78352f362b71830e06f96701292ab18 Mon Sep 17 00:00:00 2001 From: semantic-release-mgrani Date: Wed, 21 May 2025 08:02:52 +0000 Subject: [PATCH] 0.22.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- owilix/_version.py | 2 +- 3 file(s) changed, 10 insertion(s)(+), 2 deletion(s)(-) diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.22.1 (2025-05-21) + +### Bug Fixes + +- Quick fix of imports of pyiceberg. Shoudl be local import (optional) + ([`b24fcdc`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/b24fcdc849b0fc765d7d0546575978beee2c1364)) + + ## v0.22.0 (2025-05-20) ### Chores diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "owilix" -version = "0.22.0" +version = "0.22.1" description = "OWILIX - the Command Line Interface for slicing and consuming the Open Web Index. " authors = ["Michael Granitzer "] license = "MIT" diff --git a/owilix/_version.py b/owilix/_version.py --- a/owilix/_version.py +++ b/owilix/_version.py @@ -1,3 +1,3 @@ # These version placeholders will be replaced later during substitution. -__version__ = "0.22.0" +__version__ = "0.22.1" __version_tuple__ = (0, 15, 0) -- tangled.sh