diff --git a/CHANGELOG.md b/CHANGELOG.md index 0368002..3fc4f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.11.5 (2024-07-08) + +### Fix + +* fix: summary stats in ls command not correctly calculated when fields have been empty ([`466cc77`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/466cc778d4444541e4cc0d8ca79a1ff425549cb3)) + ## v0.11.4 (2024-07-05) ### Fix diff --git a/owilix/_version.py b/owilix/_version.py index 233844a..da67abb 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.4" +__version__ = "0.11.5" __version_tuple__ = (0, 10, 0, "post", 2, "06b6e1e") diff --git a/pyproject.toml b/pyproject.toml index f09b091..e868c7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "owilix" -version = "0.11.4" +version = "0.11.5" description = "OWILIX - the Command Line Interface for slicing and consuming the Open Web Index. " authors = ["Michael Granitzer "] license = "MIT"