diff --git a/CHANGELOG.md b/CHANGELOG.md index 771e60e..b7abf37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to SearchMob Desktop are documented here. The version scheme is Ubuntu-style `YY.MM.VV` and releases are tagged `vYY.MM.VV`. -## Unreleased +## 26.05.11 — 2026-05-31 ### Changed - **The MCP `web_search` tool now runs in a dedicated, hardened "agent" scope.** Results handed to a diff --git a/pyproject.toml b/pyproject.toml index dfef737..32068cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ follow_imports = "skip" [tool.briefcase] project_name = "SearchMob Desktop" bundle = "com.flintwave" -version = "26.05.10" +version = "26.05.11" url = "https://github.com/FlintWave/SearchMob-Desktop" author = "FlintWave" author_email = "flintwave@tuta.com" diff --git a/src/searchmob_desktop/version.py b/src/searchmob_desktop/version.py index 4248d2a..aefca7d 100644 --- a/src/searchmob_desktop/version.py +++ b/src/searchmob_desktop/version.py @@ -3,4 +3,4 @@ # Ubuntu-style scheme matching the Android app: YY.MM.VV (two-digit year, # month, and per-month build). First desktop release is 26.05.00. Bump # manually each release; hatchling reads __version__ from this file. -__version__ = "26.05.10" +__version__ = "26.05.11"