Skip to content

Commit 6e150e2

Browse files
chore(main): release wren-core-py 0.7.0 (#2356)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent be69509 commit 6e150e2

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"core/wren-core-py": "0.6.0",
2+
"core/wren-core-py": "0.7.0",
33
"core/wren": "0.9.0",
44
"core/wren-core-wasm": "0.4.1",
55
"sdk/wren-langchain": "0.2.0",

core/wren-core-py/CHANGELOG.md

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

3+
## [0.7.0](https://github.com/Canner/WrenAI/compare/wren-core-py-v0.6.0...wren-core-py-v0.7.0) (2026-06-12)
4+
5+
6+
### Features
7+
8+
* **wren-core:** RLAC subqueries on MDL models + to-many calc on non-PK column ([#2335](https://github.com/Canner/WrenAI/issues/2335)) ([6972e69](https://github.com/Canner/WrenAI/commit/6972e696b2cb364ec22e48f1ef3ccbea168b4580))
9+
310
## [0.6.0](https://github.com/Canner/WrenAI/compare/wren-core-py-v0.5.0...wren-core-py-v0.6.0) (2026-05-15)
411

512

core/wren-core-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wren-core-py"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Python bindings for Wren Engine semantic layer (wren-core)"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)