Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"core/wren-core-py": "0.7.3",
"core/wren": "0.13.2",
"core/wren": "0.13.3",
"core/wren-core-wasm": "0.4.1",
"sdk/wren-langchain": "0.2.1",
"sdk/wren-pydantic": "0.2.1",
Expand Down
11 changes: 11 additions & 0 deletions core/wren/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.13.3](https://github.com/Canner/WrenAI/compare/wren-v0.13.2...wren-v0.13.3) (2026-07-31)


### Bug Fixes

* **genbi:** reject non-object Vercel API JSON ([#2582](https://github.com/Canner/WrenAI/issues/2582)) ([4cd4bf8](https://github.com/Canner/WrenAI/commit/4cd4bf8d7ee1e3f27c2deca4d9f1eabb799ae99a))
* **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))
* **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))
* **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))
* **wren:** validate import paths before force cleanup ([#2580](https://github.com/Canner/WrenAI/issues/2580)) ([60ee894](https://github.com/Canner/WrenAI/commit/60ee8947670661e0a3faeafbb464e217921f7f6b))

## [0.13.2](https://github.com/Canner/WrenAI/compare/wren-v0.13.1...wren-v0.13.2) (2026-07-28)


Expand Down
2 changes: 1 addition & 1 deletion core/wren/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "wrenai"
version = "0.13.2"
version = "0.13.3"
description = "Wren AI CLI and Python SDK — semantic SQL layer for 20+ data sources"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion core/wren/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.