From 5d30c34d286830753a6a91f694dd8eba95263599 Mon Sep 17 00:00:00 2001 From: Pawel Podhajski <106311100+pw-ppodhajski@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:40:16 +0100 Subject: [PATCH] Pathway 0.16.4 release GitOrigin-RevId: c5f56351d9a8f38d8132a8fc17ffd1d02faa97fa --- 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 8d0eb99d..9f803e0b 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.4] - 2025-01-09 + ### Fixed - Google Drive connector in static mode now correctly displays in jupyter visualizations. diff --git a/Cargo.lock b/Cargo.lock index 675700cb..595860de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4657,7 +4657,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathway" -version = "0.16.3" +version = "0.16.4" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index c1d25bed..c212bf6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.16.3" +version = "0.16.4" edition = "2021" publish = false rust-version = "1.82"