Skip to content

Commit 48ff05d

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
Pathway 0.21.0 release
GitOrigin-RevId: 3dcd5ff35ab32a7e7debb235d6fd2cd0bb1f041a
1 parent 4d1cf02 commit 48ff05d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.21.0] - 2025-03-19
9+
810
### Added
911
- All Pathway types can now be serialized to CSV using `pw.io.csv.write` and deserialized back using `pw.io.csv.read`.
1012
- `pw.io.csv.read` now parses null-values in data when it can be done unambiguously.

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.1"
3+
version = "0.21.0"
44
edition = "2021"
55
publish = false
66
rust-version = "1.82"

0 commit comments

Comments
 (0)