From 51a5660a1affb63488ef8d0854a7c061d0556d04 Mon Sep 17 00:00:00 2001 From: Pawel Podhajski <106311100+pw-ppodhajski@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:21:38 +0100 Subject: [PATCH] Pathway 0.18.0 release GitOrigin-RevId: 3aec16a4c8229c4a8094001063270004e095995a --- 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 0d569ae0..c5114eae 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.18.0] - 2025-02-07 + ### Added - `pw.io.postgres.write` and `pw.io.postgres.write_snapshot` now handle serialization of `PyObjectWrapper` and `Timedelta` properly. - New chunking options in `pathway.xpacks.llm.parsers.UnstructuredParser` diff --git a/Cargo.lock b/Cargo.lock index 7c776246..dfe1729b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4829,7 +4829,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathway" -version = "0.17.0" +version = "0.18.0" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 2be5b4a0..df846d47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.17.0" +version = "0.18.0" edition = "2021" publish = false rust-version = "1.82"