From eb0c9285db39ce2df8c8d0d0f3e52d790a554279 Mon Sep 17 00:00:00 2001 From: "fabric-automations-public[bot]" <266561020+fabric-automations-public[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:55:36 +0000 Subject: [PATCH] chore(release): v0.19.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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" },