Skip to content

Commit 8fc2064

Browse files
chore(main): release wren 0.8.0 (#2324)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 983cf8b commit 8fc2064

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"core/wren-core-py": "0.6.0",
3-
"core/wren": "0.7.0",
3+
"core/wren": "0.8.0",
44
"core/wren-core-wasm": "0.4.1",
55
"sdk/wren-langchain": "0.2.0",
66
"sdk/wren-pydantic": "0.2.0"

core/wren/CHANGELOG.md

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

3+
## [0.8.0](https://github.com/Canner/WrenAI/compare/wren-v0.7.0...wren-v0.8.0) (2026-05-26)
4+
5+
6+
### Features
7+
8+
* **wren:** add dbt import workflow ([#2279](https://github.com/Canner/WrenAI/issues/2279)) ([0bd16b8](https://github.com/Canner/WrenAI/commit/0bd16b8a95c7f599488177f9a56e232c17760e25))
9+
* **wren:** build MDL manifests from OSI semantic models ([#2322](https://github.com/Canner/WrenAI/issues/2322)) ([983cf8b](https://github.com/Canner/WrenAI/commit/983cf8bff589b5028b611bcb1ef89834990f9517))
10+
11+
12+
### Bug Fixes
13+
14+
* **wren:** honor SQL identifier case across policy, extract, and CTE rewriter ([#2310](https://github.com/Canner/WrenAI/issues/2310)) ([9b5fe22](https://github.com/Canner/WrenAI/commit/9b5fe22ee35209ec23ec3bd4fe2b04133407a8bc))
15+
316
## [0.7.0](https://github.com/Canner/WrenAI/compare/wren-v0.6.0...wren-v0.7.0) (2026-05-22)
417

518

core/wren/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "wrenai"
7-
version = "0.7.0"
7+
version = "0.8.0"
88
description = "Wren AI CLI and Python SDK — semantic SQL layer for 20+ data sources"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)