diff --git a/CHANGELOG.md b/CHANGELOG.md index f951626..ebd6d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,33 @@ # CHANGELOG +## v0.16.5 (2025-02-06) + +### Testing + +- Added functional test@ + ([`3d8e8b4`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/3d8e8b451dc92263a248b4a050c5ed0d2b9872f7)) + + ## v0.16.4 (2024-12-19) ### Bug Fixes +- New server config url; pre-release bugfixes; slice not working + ([`5577e40`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/5577e40a333598a39eecda41f292f4c7e0b44e5f)) + +- Pushign to s3 working; S3 based repositories + ([`12c3701`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/12c3701286bf3ce04b0e79f0370150212c2157bb)) + +- Remote/local ls and pull working again. Still not working is push and insert. + ([`f59db36`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/f59db367c28ed17b3a206a571da778f4536d83a4)) + - Switchted to py4lexis 3.0.0 on main ([`8e0e0f2`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/8e0e0f2416404c2d80d8bf549f053f6e3c39d11a)) +- Update to lexis now works via http put. Metadata format still needs work + ([`02c1b02`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/02c1b024ec3787b226143ea5935d0c2108d67248)) + ### Documentation - Improved help message on remote pull@ diff --git a/owilix/_version.py b/owilix/_version.py index 31d4281..b29ba72 100644 --- a/owilix/_version.py +++ b/owilix/_version.py @@ -1,3 +1,3 @@ # These version placeholders will be replaced later during substitution. -__version__ = "0.16.4" +__version__ = "0.16.5" __version_tuple__ = (0, 15, 0) diff --git a/pyproject.toml b/pyproject.toml index 10baf03..82d2f37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "owilix" -version = "0.16.4" +version = "0.16.5" description = "OWILIX - the Command Line Interface for slicing and consuming the Open Web Index. " authors = ["Michael Granitzer "] license = "MIT"