Skip to content

Commit 2704c72

Browse files
chore: release (#601)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e06db44 commit 2704c72

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ members = [
1616
resolver = "2"
1717

1818
[workspace.dependencies]
19-
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.15.0" }
19+
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.15.1" }
2020
timely = { version = "0.21", default-features = false }
2121
#timely = { path = "../timely-dataflow/timely/", default-features = false }
2222

differential-dataflow/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.1](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.15.0...differential-dataflow-v0.15.1) - 2025-05-09
11+
12+
### Other
13+
14+
- Update columnar to 0.5 ([#600](https://github.com/TimelyDataflow/differential-dataflow/pull/600))
15+
1016
## [0.15.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.14.2...differential-dataflow-v0.15.0) - 2025-05-09
1117

1218
### Other

differential-dataflow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "differential-dataflow"
4-
version = "0.15.0"
4+
version = "0.15.1"
55
authors = ["Frank McSherry <fmcsherry@me.com>"]
66

77
description = "An incremental data-parallel dataflow platform"

dogsdogsdogs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.12](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.11...differential-dogs3-v0.1.12) - 2025-05-09
11+
12+
### Other
13+
14+
- updated the following local packages: differential-dataflow
15+
1016
## [0.1.11](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.10...differential-dogs3-v0.1.11) - 2025-05-09
1117

1218
### Other

dogsdogsdogs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "differential-dogs3"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
authors = ["Frank McSherry <fmcsherry@me.com>"]
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)