From 66bdef08f3d85ebfb5704e0372467eac27c19d08 Mon Sep 17 00:00:00 2001 From: Pawel Podhajski <106311100+pw-ppodhajski@users.noreply.github.com> Date: Thu, 24 Oct 2024 07:06:03 +0200 Subject: [PATCH] Pathway 0.15.2 release GitOrigin-RevId: dc5bb744668d2361794baa072fc2c4c17b530373 --- 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 9ec4c714..a8f2e6ba 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.2] - 2024-10-24 + ### Added - `pw.io.deltalake.read` now supports custom S3 Delta Lakes with HTTP endpoints. - `pw.io.deltalake.read` now supports specifying both a custom endpoint and a custom region for Delta Lakes via `pw.io.s3.AwsS3Settings`. diff --git a/Cargo.lock b/Cargo.lock index afcdbe6b..a1d36ff6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3573,7 +3573,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathway" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 48d5b3a5..c9701b1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.15.1" +version = "0.15.2" edition = "2021" publish = false rust-version = "1.79"