Skip to content

Commit 7b34a9f

Browse files
chore(main): release wren-core-py 0.5.0 (#2238)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aaac363 commit 7b34a9f

3 files changed

Lines changed: 12 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.4.0",
2+
"core/wren-core-py": "0.5.0",
33
"core/wren": "0.5.0",
44
"core/wren-core-wasm": "0.1.0"
55
}

core/wren-core-py/CHANGELOG.md

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

3+
## [0.5.0](https://github.com/Canner/WrenAI/compare/wren-core-py-v0.4.0...wren-core-py-v0.5.0) (2026-05-05)
4+
5+
6+
### Features
7+
8+
* add wren-core-wasm module with browser WASM support ([#1568](https://github.com/Canner/WrenAI/issues/1568)) ([5165a20](https://github.com/Canner/WrenAI/commit/5165a2099aeb7c9d7fef4ec78771e9efcb58db1c))
9+
* **core:** import wren-engine into core/ ([cc9b67f](https://github.com/Canner/WrenAI/commit/cc9b67f593bf94c7418e0abb0ed46aa4a21613c3))
10+
* **core:** import wren-engine into core/ ([#2209](https://github.com/Canner/WrenAI/issues/2209)) ([8b8a1a3](https://github.com/Canner/WrenAI/commit/8b8a1a3c5bf2a43d56ea1587782a0d5d853803b2))
11+
* **wren-core-base:** replace Metric with Cube types and remove deprecated security types ([#1574](https://github.com/Canner/WrenAI/issues/1574)) ([72d18a8](https://github.com/Canner/WrenAI/commit/72d18a81bbc28a9833a07e19486de16cf59836d0))
12+
313
## [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)
414

515

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.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)