Skip to content

Commit 83cd615

Browse files
chore(main): release wren-core-py 0.7.1
1 parent 6f65ec7 commit 83cd615

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.7.0",
2+
"core/wren-core-py": "0.7.1",
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.1](https://github.com/Canner/WrenAI/compare/wren-core-py-v0.7.0...wren-core-py-v0.7.1) (2026-06-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **core-py:** drop orphan cubes when their base model is pruned ([#2362](https://github.com/Canner/WrenAI/issues/2362)) ([6f65ec7](https://github.com/Canner/WrenAI/commit/6f65ec708955c5463506f52b35adf660d141650f))
9+
310
## [0.7.0](https://github.com/Canner/WrenAI/compare/wren-core-py-v0.6.0...wren-core-py-v0.7.0) (2026-06-12)
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.7.0"
3+
version = "0.7.1"
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)