diff --git a/CHANGELOG.md b/CHANGELOG.md index f412d903..0e81b268 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.16.0] - 2024-11-29 + ### Added - `pw.xpacks.llm.document_store.SlidesDocumentStore`, which is a subclass of `pw.xpacks.llm.document_store.DocumentStore` customized for retrieving slides from presentations. - `pw.temporal.inactivity_detection` and `pw.temporal.utc_now` functions allowing for alerting and other time dependent usecases diff --git a/Cargo.lock b/Cargo.lock index 4b1e2ffc..7c5efd16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3951,7 +3951,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathway" -version = "0.15.4" +version = "0.16.0" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 656dcaf7..7f6539c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.15.4" +version = "0.16.0" edition = "2021" publish = false rust-version = "1.79"