From eb36786d1e12fd2059ee569e656e209156c7b7fc Mon Sep 17 00:00:00 2001 From: Pawel Podhajski <106311100+pw-ppodhajski@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:46:41 +0100 Subject: [PATCH] Pathway 0.16.3 release GitOrigin-RevId: b9adce65d6804a9a47dc7e3ca7290af20e4f6055 --- 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 e2e3354a..eb5f95bd 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.3] - 2025-01-02 + ### Added - `pw.io.iceberg.write` method for writing Pathway tables into Apache Iceberg. diff --git a/Cargo.lock b/Cargo.lock index d92a3154..1d8c17ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4511,7 +4511,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathway" -version = "0.16.2" +version = "0.16.3" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 7b88ff69..e2e27eb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.16.2" +version = "0.16.3" edition = "2021" publish = false rust-version = "1.82"