From b118ef7170b914460b0f449d057789656e1b4909 Mon Sep 17 00:00:00 2001 From: semantic-release-mgrani Date: Tue, 11 Jun 2024 10:19:35 +0200 Subject: [PATCH] 0.6.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 30 ++++++++++++++++++++++++------ owilix/_version.py | 4 ++-- pyproject.toml | 2 +- 3 files changed, 27 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b269b4e..99600b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v0.6.0 (2024-06-11) + +### Feature + +* feat: insert with sub-path is possible now. Datasets can be now inserted from larger directories (e.g. year=2023/month=12/day=X) ([`5928228`](https://github.com/openwebsearcheu-public/owi-cli/commit/59282285c9836396feba190f0fa4c278129e89dc)) + +### Fix + +* fix: fixing attempt for semantic release ([`d27a930`](https://github.com/openwebsearcheu-public/owi-cli/commit/d27a930e64c734da85c1c34de9952795827635a1)) + +* fix: problem with changelog when inserting ([`be0c1d1`](https://github.com/openwebsearcheu-public/owi-cli/commit/be0c1d1ccd09a72932527d79864a0b6b12690830)) + + ## v0.5.0 (2024-06-09) ### Feature @@ -44,6 +57,17 @@ ## v0.1.0 (2024-06-07) +### Unknown + +* readme example had an error@ ([`7d13a10`](https://github.com/openwebsearcheu-public/owi-cli/commit/7d13a10f458ff492e1940c1a15fc9cf6c45448dc)) + +* post build changes ([`5601e9f`](https://github.com/openwebsearcheu-public/owi-cli/commit/5601e9fca586a4dee462138339d503471ea62cd6)) + +* poetry problems ([`d9ad3b0`](https://github.com/openwebsearcheu-public/owi-cli/commit/d9ad3b0c4edff66aa5047018a9f701d32efcca94)) + + +## v0.5.1 (2024-06-07) + ### Chore * chore: added upate of versioning in code ([`a97a386`](https://github.com/openwebsearcheu-public/owi-cli/commit/a97a3862096b3e61a03437db9c6b570c11f339a3)) @@ -66,12 +90,6 @@ ### Unknown -* readme example had an error@ ([`7d13a10`](https://github.com/openwebsearcheu-public/owi-cli/commit/7d13a10f458ff492e1940c1a15fc9cf6c45448dc)) - -* post build changes ([`5601e9f`](https://github.com/openwebsearcheu-public/owi-cli/commit/5601e9fca586a4dee462138339d503471ea62cd6)) - -* poetry problems ([`d9ad3b0`](https://github.com/openwebsearcheu-public/owi-cli/commit/d9ad3b0c4edff66aa5047018a9f701d32efcca94)) - * added config commands and changed metdata field provenance to a list ([`a627ba8`](https://github.com/openwebsearcheu-public/owi-cli/commit/a627ba89e155cc426e9c013f290e5f4ff716e107)) * readme updated ([`209ecff`](https://github.com/openwebsearcheu-public/owi-cli/commit/209ecff56fad6ed1f2094df66914cb4d646259ab)) diff --git a/owilix/_version.py b/owilix/_version.py index dcbe5bb..eb1c7b1 100644 --- a/owilix/_version.py +++ b/owilix/_version.py @@ -1,3 +1,3 @@ # These version placeholders will be replaced later during substitution. -__version__ = "0.5.0" -__version_tuple__ = (0, 4, 0) +__version__ = "0.5.0-post.3+5928228" +__version_tuple__ = (0, 5, 0, "post", 3, 5928228) diff --git a/pyproject.toml b/pyproject.toml index 4a9cb8c..aec70ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "owilix" -version = "0.5.0" +version = "0.6.0" description = "OWILIX - the Command Line Interface for slicing and consuming the Open Web Index. " authors = ["Michael Granitzer "] license = "MIT" -- 2.51.2