Skip to content

Commit 094ac80

Browse files
chore(main): release wren 0.13.3
1 parent f92e681 commit 094ac80

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"core/wren-core-py": "0.7.3",
3-
"core/wren": "0.13.2",
3+
"core/wren": "0.13.3",
44
"core/wren-core-wasm": "0.4.1",
55
"sdk/wren-langchain": "0.2.1",
66
"sdk/wren-pydantic": "0.2.1",

core/wren/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.13.3](https://github.com/Canner/WrenAI/compare/wren-v0.13.2...wren-v0.13.3) (2026-08-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **genbi:** reject non-object Vercel API JSON ([#2582](https://github.com/Canner/WrenAI/issues/2582)) ([4cd4bf8](https://github.com/Canner/WrenAI/commit/4cd4bf8d7ee1e3f27c2deca4d9f1eabb799ae99a))
9+
* **memory:** reject non-list relationship models in schema_indexer ([#2605](https://github.com/Canner/WrenAI/issues/2605)) ([73c1255](https://github.com/Canner/WrenAI/commit/73c1255439795ac9cf538b706ec4c208d6d3f25b))
10+
* **memory:** skip non-dict rows in extract_schema_items/describe ([#2586](https://github.com/Canner/WrenAI/issues/2586)) ([32d76bf](https://github.com/Canner/WrenAI/commit/32d76bfdab57260e24ebb4cd12d22ab4111e090d))
11+
* **spark:** apply limit via DataFrame.limit before toPandas ([#2574](https://github.com/Canner/WrenAI/issues/2574)) ([4483ce8](https://github.com/Canner/WrenAI/commit/4483ce8c7eaccf7a8ebc454586884b4d4869f206))
12+
* **wren-cli:** surface skipped non-mapping rows in parse/translate-types ([#2570](https://github.com/Canner/WrenAI/issues/2570)) ([fc4ebf0](https://github.com/Canner/WrenAI/commit/fc4ebf01130040623abaf2defc500e53a98baee1))
13+
* **wren:** bound the session-context cache to 32 LRU entries ([#2628](https://github.com/Canner/WrenAI/issues/2628)) ([f92e681](https://github.com/Canner/WrenAI/commit/f92e681fd5731f477dadfed963b63397cf95a283))
14+
* **wren:** validate import paths before force cleanup ([#2580](https://github.com/Canner/WrenAI/issues/2580)) ([60ee894](https://github.com/Canner/WrenAI/commit/60ee8947670661e0a3faeafbb464e217921f7f6b))
15+
316
## [0.13.2](https://github.com/Canner/WrenAI/compare/wren-v0.13.1...wren-v0.13.2) (2026-07-28)
417

518

core/wren/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "wrenai"
7-
version = "0.13.2"
7+
version = "0.13.3"
88
description = "Wren AI CLI and Python SDK — semantic SQL layer for 20+ data sources"
99
readme = "README.md"
1010
requires-python = ">=3.11"

core/wren/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)