diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b6951..b3cdb5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.19.0] - 2026-04-20 + +### 🚀 Features + +- Add embedding search methods (#293) +- Batch embedding pipeline (#292) + ## [0.18.1] - 2026-04-15 ### 🐛 Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index aac7b91..59155b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "context-use" -version = "0.18.1" +version = "0.19.0" description = "Portable AI memory from your conversations and data exports." readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index d8f3e7e..859e21e 100644 --- a/uv.lock +++ b/uv.lock @@ -419,7 +419,7 @@ wheels = [ [[package]] name = "context-use" -version = "0.18.1" +version = "0.19.0" source = { editable = "." } dependencies = [ { name = "google-adk" },