Skip to content

Commit 7c6156d

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
Pathway 0.10.1 release
GitOrigin-RevId: 3eb3b68ae14ffd753bda53d4deb14a328f71e716
1 parent beff2e1 commit 7c6156d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
## [Unreleased]
77

8+
## [0.10.1] - 2024-04-30
9+
810
### Added
911
- `query` method to VectorStoreServer to enable compatible API with `DataIndex`.
1012
- `AdaptiveRAGQuestionAnswerer` to xpacks.question_answering. End-to-end pipeline and accompanying code for `Private RAG` showcase.
1113

12-
## [0.10.0 - 2024-04-24]
14+
## [0.10.0] - 2024-04-24
1315

1416
### Added
1517
- Pathway now warns when unintentionally creating Table with empty universe.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pathway"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2021"
55
publish = false
66
rust-version = "1.77"

0 commit comments

Comments
 (0)