Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core/wren-core-py": "0.7.1",
"core/wren-core-py": "0.7.2",
"core/wren": "0.12.0",
"core/wren-core-wasm": "0.4.1",
"sdk/wren-langchain": "0.2.0",
Expand Down
9 changes: 9 additions & 0 deletions core/wren-core-py/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.7.2](https://github.com/Canner/WrenAI/compare/wren-core-py-v0.7.1...wren-core-py-v0.7.2) (2026-07-13)


### Bug Fixes

* **core-py:** sync Rust crate versions in Cargo.lock ([#2478](https://github.com/Canner/WrenAI/issues/2478)) ([7f352e0](https://github.com/Canner/WrenAI/commit/7f352e0f0bc39a4c51e5762befa451de3b3b1b94))
* **deps:** patch idna, cryptography, and pytest security advisories ([#2458](https://github.com/Canner/WrenAI/issues/2458)) ([8c72492](https://github.com/Canner/WrenAI/commit/8c724925aae679281e30a872469ecf20d85a854c))
* finish wren-engine → wrenai rename cleanup ([#2425](https://github.com/Canner/WrenAI/issues/2425)) ([0733d37](https://github.com/Canner/WrenAI/commit/0733d379e15f041235bd7ff7449ecc421834a7f4))

## [0.7.1](https://github.com/Canner/WrenAI/compare/wren-core-py-v0.7.0...wren-core-py-v0.7.1) (2026-06-22)


Expand Down
2 changes: 1 addition & 1 deletion core/wren-core-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "wren-core-py"
version = "0.7.1"
version = "0.7.2"
description = "Python bindings for Wren Engine semantic layer (wren-core)"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion core/wren-core-py/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.