Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit 007b6e6

Browse files
chore(main): release wren-core-py 0.5.0
1 parent 38ceaf1 commit 007b6e6

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ibis-server": "0.25.0",
33
"mcp-server": "0.25.0",
4-
"wren-core-py": "0.4.0",
4+
"wren-core-py": "0.5.0",
55
"wren": "0.3.0",
66
"wren-core-wasm": "0.1.0"
77
}

wren-core-py/CHANGELOG.md

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

3+
## [0.5.0](https://github.com/Canner/wren-engine/compare/wren-core-py-v0.4.0...wren-core-py-v0.5.0) (2026-04-30)
4+
5+
6+
### Features
7+
8+
* add wren-core-wasm module with browser WASM support ([#1568](https://github.com/Canner/wren-engine/issues/1568)) ([4f9201b](https://github.com/Canner/wren-engine/commit/4f9201b7f98ce34fba9069b10da7a52b2c338b8b))
9+
* **wren-core-base:** replace Metric with Cube types and remove deprecated security types ([#1574](https://github.com/Canner/wren-engine/issues/1574)) ([753da60](https://github.com/Canner/wren-engine/commit/753da60034c5924f1077ca466e42595fbd96c149))
10+
311
## [0.4.0](https://github.com/Canner/wren-engine/compare/wren-core-py-v0.3.0...wren-core-py-v0.4.0) (2026-04-16)
412

513

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.4.0"
3+
version = "0.5.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)