diff --git a/CHANGELOG.md b/CHANGELOG.md index ff39fb4b..8fd85db3 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.17.0] - 2025-01-30 + ### Added - `pw.io.iceberg.read` method for reading Apache Iceberg tables into Pathway. - methods `pw.io.postgres.write` and `pw.io.postgres.write_snapshot` now accept an additional argument `init_mode`, which allows initializing the table before writing. diff --git a/Cargo.lock b/Cargo.lock index d4893135..7c776246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4829,7 +4829,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathway" -version = "0.16.4" +version = "0.17.0" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 08ba0aa6..2be5b4a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.16.4" +version = "0.17.0" edition = "2021" publish = false rust-version = "1.82"