From 63e9cd9a58bf7b354f080a4d23d466892c0f27fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 15:42:26 +0000 Subject: [PATCH] chore: release --- Cargo.toml | 2 +- differential-dataflow/CHANGELOG.md | 7 +++++++ differential-dataflow/Cargo.toml | 2 +- dogsdogsdogs/CHANGELOG.md | 6 ++++++ dogsdogsdogs/Cargo.toml | 2 +- 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 39987ae92..1ad39ddac 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.14.2" } +differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.15.0" } timely = { version = "0.20", default-features = false } #timely = { path = "../timely-dataflow/timely/", default-features = false } diff --git a/differential-dataflow/CHANGELOG.md b/differential-dataflow/CHANGELOG.md index 19d749d86..c745c1a92 100644 --- a/differential-dataflow/CHANGELOG.md +++ b/differential-dataflow/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.14.2...differential-dataflow-v0.15.0) - 2025-05-06 + +### Other + +- Document the collection invariant ([#384](https://github.com/TimelyDataflow/differential-dataflow/pull/384)) +- Modernize `Cursor` API ([#596](https://github.com/TimelyDataflow/differential-dataflow/pull/596)) + ## [0.14.2](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.14.1...differential-dataflow-v0.14.2) - 2025-04-06 ### Other diff --git a/differential-dataflow/Cargo.toml b/differential-dataflow/Cargo.toml index 4ff0fc0c8..87edef3c9 100644 --- a/differential-dataflow/Cargo.toml +++ b/differential-dataflow/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "differential-dataflow" -version = "0.14.2" +version = "0.15.0" authors = ["Frank McSherry "] description = "An incremental data-parallel dataflow platform" diff --git a/dogsdogsdogs/CHANGELOG.md b/dogsdogsdogs/CHANGELOG.md index 0e22c4dd4..1d72c95ff 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.11](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.10...differential-dogs3-v0.1.11) - 2025-05-06 + +### Other + +- updated the following local packages: differential-dataflow + ## [0.1.10](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.9...differential-dogs3-v0.1.10) - 2025-04-06 ### Other diff --git a/dogsdogsdogs/Cargo.toml b/dogsdogsdogs/Cargo.toml index b00397515..0c416f837 100644 --- a/dogsdogsdogs/Cargo.toml +++ b/dogsdogsdogs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "differential-dogs3" -version = "0.1.10" +version = "0.1.11" authors = ["Frank McSherry "] license = "MIT" edition = "2021"