diff --git a/Cargo.toml b/Cargo.toml index ad3af021b..34b4b4771 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ edition = "2021" rust-version = "1.86" [workspace.dependencies] -differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.25.1" } +differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.26.0" } timely = { version = "0.31", default-features = false } columnar = { version = "0.13", default-features = false } #timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false } diff --git a/differential-dataflow/CHANGELOG.md b/differential-dataflow/CHANGELOG.md index 256bb80d2..7eb645c24 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.26.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.25.1...differential-dataflow-v0.26.0) - 2026-07-29 + +### Other + +- int_proxy join: draw the proxy collection lazily, a block at a time ([#809](https://github.com/TimelyDataflow/differential-dataflow/pull/809)) + ## [0.25.1](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.25.0...differential-dataflow-v0.25.1) - 2026-07-15 ### Other diff --git a/differential-dataflow/Cargo.toml b/differential-dataflow/Cargo.toml index a86eddae2..b4624de79 100644 --- a/differential-dataflow/Cargo.toml +++ b/differential-dataflow/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "differential-dataflow" -version = "0.25.1" +version = "0.26.0" authors = ["Frank McSherry "] description = "An incremental data-parallel dataflow platform" diff --git a/dogsdogsdogs/Cargo.toml b/dogsdogsdogs/Cargo.toml index 291ab5a4d..17c54afdb 100644 --- a/dogsdogsdogs/Cargo.toml +++ b/dogsdogsdogs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "differential-dogs3" -version = "0.25.1" +version = "0.26.0" authors = ["Frank McSherry "] license = "MIT" edition.workspace = true