diff --git a/Cargo.toml b/Cargo.toml index e28bdfe28..7eac06da4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ members = [ resolver = "2" [workspace.dependencies] -differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.15.4" } +differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.16.0" } timely = { version = "0.21", default-features = false } columnar = { version = "0.10", default-features = false } #timely = { path = "../timely-dataflow/timely/", default-features = false } diff --git a/differential-dataflow/CHANGELOG.md b/differential-dataflow/CHANGELOG.md index 4fb2e05c5..433b3e96f 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.16.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.15.4...differential-dataflow-v0.16.0) - 2025-08-07 + +### Other + +- Simplify type arguments to reduce, make Upds fields pub ([#632](https://github.com/TimelyDataflow/differential-dataflow/pull/632)) + ## [0.15.4](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.15.3...differential-dataflow-v0.15.4) - 2025-08-05 ### Other diff --git a/differential-dataflow/Cargo.toml b/differential-dataflow/Cargo.toml index 9ca9d9408..8b67e1af3 100644 --- a/differential-dataflow/Cargo.toml +++ b/differential-dataflow/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "differential-dataflow" -version = "0.15.4" +version = "0.16.0" authors = ["Frank McSherry "] description = "An incremental data-parallel dataflow platform" diff --git a/dogsdogsdogs/Cargo.toml b/dogsdogsdogs/Cargo.toml index 0dc18199d..5f9ac7dc5 100644 --- a/dogsdogsdogs/Cargo.toml +++ b/dogsdogsdogs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "differential-dogs3" -version = "0.15.4" +version = "0.16.0" authors = ["Frank McSherry "] license = "MIT" edition = "2021"