From 19bbf1a1b13ab3fec150d1ae6af6781893f20b7b Mon Sep 17 00:00:00 2001 From: semantic-release-mgrani Date: Mon, 26 May 2025 14:49:51 +0200 Subject: [PATCH] 0.22.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ owilix/_version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 036eaa2..eed39bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v0.22.2 (2025-05-26) + +### Bug Fixes + +- Added verbos flag for query; queries not returning results now report on a per file basis + ([`0f0fcee`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/0f0fcee3980a81f7ca4a40a86a90329376158ec6)) + +- Added verbos flag for query; queries not returning results now report on a per file basis + ([`a82b225`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/a82b225bfcf4fdd76f65f53106fb12396a7cdf29)) + + ## v0.22.1 (2025-05-21) ### Bug Fixes diff --git a/owilix/_version.py b/owilix/_version.py index df9935d..78ebff1 100644 --- a/owilix/_version.py +++ b/owilix/_version.py @@ -1,3 +1,3 @@ # These version placeholders will be replaced later during substitution. -__version__ = "0.22.1" +__version__ = "0.22.2" __version_tuple__ = (0, 15, 0) diff --git a/pyproject.toml b/pyproject.toml index 9f71e0b..b12ad67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "owilix" -version = "0.22.1" +version = "0.22.2" description = "OWILIX - the Command Line Interface for slicing and consuming the Open Web Index. " authors = ["Michael Granitzer "] license = "MIT" -- 2.51.2