From f1e8f77f8cf5f2daa877a44cfd46c33c3a23ab05 Mon Sep 17 00:00:00 2001 From: Pawel Podhajski <106311100+pw-ppodhajski@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:28:25 +0100 Subject: [PATCH] Pathway 0.15.4 release GitOrigin-RevId: 328fc7ef575d8f3871b823f30ce75a9c9d94e77c --- 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 6036d30f..dcecd21a 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.15.4] - 2024-11-18 + ### Added - `pw.io.kafka.read` now supports reading entries starting from a specified timestamp. - `pw.io.nats.read` and `pw.io.nats.write` methods for reading from and writing Pathway tables to NATS. diff --git a/Cargo.lock b/Cargo.lock index 95166d0b..4b1e2ffc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3951,7 +3951,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathway" -version = "0.15.3" +version = "0.15.4" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index f4b34ae1..656dcaf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.15.3" +version = "0.15.4" edition = "2021" publish = false rust-version = "1.79"