From f7c0c15fbc760f5e6c56a184fc6ef30a2359a8fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 01:31:56 +0000 Subject: [PATCH] chore(main): release wren 0.12.1 --- .release-please-manifest.json | 2 +- core/wren/CHANGELOG.md | 12 ++++++++++++ core/wren/pyproject.toml | 2 +- core/wren/uv.lock | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a9908ab172..a0ba4e2c07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "core/wren-core-py": "0.7.1", - "core/wren": "0.12.0", + "core/wren": "0.12.1", "core/wren-core-wasm": "0.4.1", "sdk/wren-langchain": "0.2.0", "sdk/wren-pydantic": "0.2.0" diff --git a/core/wren/CHANGELOG.md b/core/wren/CHANGELOG.md index 8bb191e005..58b3c1da2a 100644 --- a/core/wren/CHANGELOG.md +++ b/core/wren/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.12.1](https://github.com/Canner/WrenAI/compare/wren-v0.12.0...wren-v0.12.1) (2026-07-10) + + +### Bug Fixes + +* **clickhouse:** use unquote (not unquote_plus) for URL credentials; decode database ([#2436](https://github.com/Canner/WrenAI/issues/2436)) ([d9ba1a1](https://github.com/Canner/WrenAI/commit/d9ba1a13087b2438217623f3d6832189877cd401)) +* **deps:** patch idna, cryptography, and pytest security advisories ([#2458](https://github.com/Canner/WrenAI/issues/2458)) ([8c72492](https://github.com/Canner/WrenAI/commit/8c724925aae679281e30a872469ecf20d85a854c)) +* **oracle:** URL-decode credentials from connection_url ([#2434](https://github.com/Canner/WrenAI/issues/2434)) ([7db2651](https://github.com/Canner/WrenAI/commit/7db2651726efaeda4a38e05cae3a4c4b8a7b06ff)) +* **sdk:** URL-decode ClickHouse connection-URL credentials and database ([#2444](https://github.com/Canner/WrenAI/issues/2444)) ([f178cfe](https://github.com/Canner/WrenAI/commit/f178cfefded33e3de60407f81940258ddb1ea1f0)) +* **trino:** URL-decode credentials and identifiers from connection URL ([#2435](https://github.com/Canner/WrenAI/issues/2435)) ([51ed348](https://github.com/Canner/WrenAI/commit/51ed34885e1946cd3f20d38e60c36c3add3e614a)) +* **type-mapping:** fall back on sqlglot TokenError, not just ParseError ([#2433](https://github.com/Canner/WrenAI/issues/2433)) ([b7cecc7](https://github.com/Canner/WrenAI/commit/b7cecc77643b7c30a084802c9057a99c0aae26e8)) + ## [0.12.0](https://github.com/Canner/WrenAI/compare/wren-v0.11.0...wren-v0.12.0) (2026-07-06) diff --git a/core/wren/pyproject.toml b/core/wren/pyproject.toml index f601c2d862..4c737542d4 100644 --- a/core/wren/pyproject.toml +++ b/core/wren/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "wrenai" -version = "0.12.0" +version = "0.12.1" description = "Wren AI CLI and Python SDK — semantic SQL layer for 20+ data sources" readme = "README.md" requires-python = ">=3.11" diff --git a/core/wren/uv.lock b/core/wren/uv.lock index 3b0d1003d8..3a42b51bcd 100644 --- a/core/wren/uv.lock +++ b/core/wren/uv.lock @@ -3299,7 +3299,7 @@ wheels = [ [[package]] name = "wrenai" -version = "0.12.0" +version = "0.12.1" source = { editable = "." } dependencies = [ { name = "boto3" },