Skip to content

Commit 4ef8258

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
Pathway 0.20.1 release
GitOrigin-RevId: fd759685e1d219551af11ffd60de2fccc5f07581
1 parent b84498d commit 4ef8258

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
## [Unreleased]
77

8+
## [0.20.1] - 2025-03-07
9+
810
### Added
911
- Added `RecursiveSplitter`
1012
- `pw.io.deltalake.write` now checks that the schema of the target table Delta Table corresponds to the schema of the Pathway table that is sent for the output. If the schemas differ, a human-readable error message is produced.
1113

12-
13-
1414
## [0.20.0] - 2025-02-25
1515

1616
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pathway"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
edition = "2021"
55
publish = false
66
rust-version = "1.82"

0 commit comments

Comments
 (0)