From 18052054e8c94f4bb12d302d027a9ea458ad64ce Mon Sep 17 00:00:00 2001 From: mgrani Date: Fri, 9 Jan 2026 15:32:59 +0100 Subject: [PATCH] chore: bump version to 4.1.3 and update changelog --- CHANGELOG.md | 9 +++++++++ Readme.md | 2 +- owilix/_version.py | 4 ++-- scripts/{build.sh => build_deprecated.sh} | 0 4 files changed, 12 insertions(+), 3 deletions(-) rename scripts/{build.sh => build_deprecated.sh} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a07c5e..d954f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # CHANGELOG +## v4.1.3 (2026-01-09) + +### Bug Fixes + +- **config**: Fix `cli version` reporting config version instead of client version +- **config**: Force local config load on `migrate` to prevent remote updates masking migration needs +- **install**: Fix script hang on interactive input selection + + ## v4.1.1 (2026-01-09) ### Performance Improvements diff --git a/Readme.md b/Readme.md index 2a4457a..51be326 100644 --- a/Readme.md +++ b/Readme.md @@ -24,7 +24,7 @@ This script: ### Update ```bash -OWILIX_UPGRADE=1 curl -fsSL https://openwebindex.net/owilix/install.sh +OWILIX_UPGRADE=1 curl -fsSL https://openwebindex.net/owilix/install.sh | sh ``` ### Manual Install diff --git a/owilix/_version.py b/owilix/_version.py index dbcf115..e615519 100644 --- a/owilix/_version.py +++ b/owilix/_version.py @@ -1,3 +1,3 @@ # Version is set here and imported elsewhere -__version__ = "4.1.1" -__version_tuple__ = (4, 1, 1) +__version__ = "4.1.3" +__version_tuple__ = (4, 1, 3) diff --git a/scripts/build.sh b/scripts/build_deprecated.sh similarity index 100% rename from scripts/build.sh rename to scripts/build_deprecated.sh -- 2.51.2