From d50193893da3bb8f7fb019076886497f76d3d7eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:22:30 +0000 Subject: [PATCH] chore: release v0.20.1 --- Cargo.toml | 2 +- differential-dataflow/CHANGELOG.md | 6 ++++++ differential-dataflow/Cargo.toml | 2 +- dogsdogsdogs/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e0b811ad9..d69dceae9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ edition = "2021" rust-version = "1.86" [workspace.dependencies] -differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.20.0" } +differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.20.1" } timely = { version = "0.27", default-features = false } columnar = { version = "0.11", default-features = false } #timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" } diff --git a/differential-dataflow/CHANGELOG.md b/differential-dataflow/CHANGELOG.md index d1258b899..b0788c905 100644 --- a/differential-dataflow/CHANGELOG.md +++ b/differential-dataflow/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.1](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.20.0...differential-dataflow-v0.20.1) - 2026-03-13 + +### Other + +- Compatibility fix with unreleased Timely + ## [0.20.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.19.1...differential-dataflow-v0.20.0) - 2026-03-05 ### Other diff --git a/differential-dataflow/Cargo.toml b/differential-dataflow/Cargo.toml index e961eb3ea..85f659b14 100644 --- a/differential-dataflow/Cargo.toml +++ b/differential-dataflow/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "differential-dataflow" -version = "0.20.0" +version = "0.20.1" authors = ["Frank McSherry "] description = "An incremental data-parallel dataflow platform" diff --git a/dogsdogsdogs/Cargo.toml b/dogsdogsdogs/Cargo.toml index 2db38d3e1..2eaa3d90a 100644 --- a/dogsdogsdogs/Cargo.toml +++ b/dogsdogsdogs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "differential-dogs3" -version = "0.20.0" +version = "0.20.1" authors = ["Frank McSherry "] license = "MIT" edition.workspace = true