From ae97e55bd717c27bb0956ce781601ea06fb1d0f1 Mon Sep 17 00:00:00 2001 From: Pawel Podhajski <106311100+pw-ppodhajski@users.noreply.github.com> Date: Thu, 7 Nov 2024 06:47:01 +0100 Subject: [PATCH] Pathway 0.15.3 release GitOrigin-RevId: 4136b2a94f9f659e44b8a957bc08d6eedd651da6 --- 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 717d8894..b4ab75cd 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.3] - 2024-11-07 + ### Added - `pw.io.mongodb.write` connector for writing Pathway tables in MongoDB. - `pw.io.s3.read` now supports downloading objects from an S3 bucket in parallel. diff --git a/Cargo.lock b/Cargo.lock index 64aaf13f..344cd478 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3813,7 +3813,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathway" -version = "0.15.2" +version = "0.15.3" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 692a3322..ca2f63b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.15.2" +version = "0.15.3" edition = "2021" publish = false rust-version = "1.79"