From 6d881a69f1d897e6cfd88a2c7ef5ae1752aa37f4 Mon Sep 17 00:00:00 2001 From: semantic-release-mgrani Date: Wed, 12 Feb 2025 14:15:17 +0000 Subject: [PATCH] 0.17.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- owilix/_version.py | 2 +- 3 file(s) changed, 18 insertion(s)(+), 2 deletion(s)(-) diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v0.17.0 (2025-02-12) + +### Bug Fixes + +- Fundingreference was wrongly parsed from IRODS directly. + ([`284c8d4`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/284c8d4947e0ea71ad0d5ef9de29d945b34e5d93)) + +- Remote doctor works properly again + ([`498c399`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/498c39987c93cb597d766746b75640def911bb47)) + +### Features + +- S3 now supports anonymous access to public buckets + ([`784bbc0`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/784bbc0977c4ed1115c00f1421228281c3da881a)) + + ## v0.16.5 (2025-02-06) ### Testing diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "owilix" -version = "0.16.5" +version = "0.17.0" 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.16.5" +__version__ = "0.17.0" __version_tuple__ = (0, 15, 0) -- tangled.sh