From 7c6156d5f94748d2dfc4c3c864ba65561c30e956 Mon Sep 17 00:00:00 2001 From: Pawel Podhajski <106311100+pw-ppodhajski@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:11:28 +0200 Subject: [PATCH] Pathway 0.10.1 release GitOrigin-RevId: 3eb3b68ae14ffd753bda53d4deb14a328f71e716 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb80a4b..eedc157a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.10.1] - 2024-04-30 + ### Added - `query` method to VectorStoreServer to enable compatible API with `DataIndex`. - `AdaptiveRAGQuestionAnswerer` to xpacks.question_answering. End-to-end pipeline and accompanying code for `Private RAG` showcase. -## [0.10.0 - 2024-04-24] +## [0.10.0] - 2024-04-24 ### Added - Pathway now warns when unintentionally creating Table with empty universe. diff --git a/Cargo.lock b/Cargo.lock index 6ba2f259..6cadff85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1822,7 +1822,7 @@ dependencies = [ [[package]] name = "pathway" -version = "0.10.0" +version = "0.10.1" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 4c3b6b7a..308dc87d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.10.0" +version = "0.10.1" edition = "2021" publish = false rust-version = "1.77"