From 1110ff192083e57e90460220f794eb873e1b8cf9 Mon Sep 17 00:00:00 2001 From: Pawel Podhajski <106311100+pw-ppodhajski@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:05:04 +0100 Subject: [PATCH] Pathway 0.8.5 release GitOrigin-RevId: af0e6e94078a90fbc770aa84a1421442cc2270e2 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab03af5..7d6664f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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.8.5] - 2024-03-27 + ### Added - New function `answer_with_geometric_rag_strategy_from_index`, which allows to use `answer_with_geometric_rag_strategy` without the need to first retrieve documents from index. - Added support for custom state serialization to `udf_reducer`. diff --git a/Cargo.lock b/Cargo.lock index 3dd6cb44..dc58a892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1816,7 +1816,7 @@ dependencies = [ [[package]] name = "pathway" -version = "0.8.4" +version = "0.8.5" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 457b6ea1..ff4ce8fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.8.4" +version = "0.8.5" edition = "2021" publish = false rust-version = "1.76.0"