Skip to content

Commit 5c020b8

Browse files
chore: release (#592)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ffadbea commit 5c020b8

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

Cargo.toml

+1-1
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.14.1" }
19+
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.14.2" }
2020
timely = { version = "0.20", default-features = false }
2121
#timely = { path = "../timely-dataflow/timely/", default-features = false }
2222

differential-dataflow/CHANGELOG.md

+6
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.14.2](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.14.1...differential-dataflow-v0.14.2) - 2025-04-06
11+
12+
### Other
13+
14+
- Make builder::result members public ([#591](https://github.com/TimelyDataflow/differential-dataflow/pull/591))
15+
1016
## [0.14.1](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.14.0...differential-dataflow-v0.14.1) - 2025-03-28
1117

1218
### Other

differential-dataflow/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "differential-dataflow"
4-
version = "0.14.1"
4+
version = "0.14.2"
55
authors = ["Frank McSherry <[email protected]>"]
66

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

dogsdogsdogs/CHANGELOG.md

+6
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.10](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.9...differential-dogs3-v0.1.10) - 2025-04-06
11+
12+
### Other
13+
14+
- updated the following local packages: differential-dataflow
15+
1016
## [0.1.9](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.8...differential-dogs3-v0.1.9) - 2025-03-28
1117

1218
### Other

dogsdogsdogs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "differential-dogs3"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = ["Frank McSherry <[email protected]>"]
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)