diff --git a/Cargo.toml b/Cargo.toml index 2e8d34ed7..f455929c6 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.1" } +differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.15.2" } timely = { version = "0.21", default-features = false } #timely = { path = "../timely-dataflow/timely/", default-features = false } diff --git a/differential-dataflow/CHANGELOG.md b/differential-dataflow/CHANGELOG.md index c7c0aebbb..795209168 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.15.2](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.15.1...differential-dataflow-v0.15.2) - 2025-05-19 + +### Other + +- Make module ord_neu::val_batch public ([#603](https://github.com/TimelyDataflow/differential-dataflow/pull/603)) + ## [0.15.1](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.15.0...differential-dataflow-v0.15.1) - 2025-05-09 ### Other diff --git a/differential-dataflow/Cargo.toml b/differential-dataflow/Cargo.toml index 59aca602b..42ab57d51 100644 --- a/differential-dataflow/Cargo.toml +++ b/differential-dataflow/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "differential-dataflow" -version = "0.15.1" +version = "0.15.2" authors = ["Frank McSherry "] description = "An incremental data-parallel dataflow platform" diff --git a/dogsdogsdogs/CHANGELOG.md b/dogsdogsdogs/CHANGELOG.md index f638a4f92..307265a5e 100644 --- a/dogsdogsdogs/CHANGELOG.md +++ b/dogsdogsdogs/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.13](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.12...differential-dogs3-v0.1.13) - 2025-05-19 + +### Other + +- updated the following local packages: differential-dataflow + ## [0.1.12](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.11...differential-dogs3-v0.1.12) - 2025-05-09 ### Other diff --git a/dogsdogsdogs/Cargo.toml b/dogsdogsdogs/Cargo.toml index 607cff497..b1e8a78c7 100644 --- a/dogsdogsdogs/Cargo.toml +++ b/dogsdogsdogs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "differential-dogs3" -version = "0.1.12" +version = "0.1.13" authors = ["Frank McSherry "] license = "MIT" edition = "2021"