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"