File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.14.0] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.6...differential-dataflow-v0.14.0 ) - 2025-02-18
11+
12+ ### Other
13+
14+ - Remove flatcontainer, absorb TimelyStack ([ #570 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/570 ) )
15+ - Container-aware Collection::leave_region ([ #571 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/571 ) )
16+ - Correct crate name in mdbook ([ #573 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/573 ) )
17+
1018## [ 0.13.6] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.5...differential-dataflow-v0.13.6 ) - 2025-02-12
1119
1220### Other
Original file line number Diff line number Diff line change 11[package ]
22
33name = " differential-dataflow"
4- version = " 0.13.6 "
4+ version = " 0.14.0 "
55authors = [" Frank McSherry <fmcsherry@me.com>" ]
66
77description = " An incremental data-parallel dataflow platform"
Original file line number Diff line number Diff 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.7] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.6...differential-dogs3-v0.1.7 ) - 2025-02-18
11+
12+ ### Other
13+
14+ - updated the following local packages: differential-dataflow
15+
1016## [ 0.1.6] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.5...differential-dogs3-v0.1.6 ) - 2025-02-12
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " differential-dogs3"
3- version = " 0.1.6 "
3+ version = " 0.1.7 "
44authors = [" Frank McSherry <fmcsherry@me.com>" ]
55license = " MIT"
66edition = " 2021"
77description = " Advanced join patterns in differential dataflow"
88
99[dependencies ]
1010timely = { workspace = true }
11- differential-dataflow = { path = " ../" , default-features = false , version = " 0.13.6 " }
11+ differential-dataflow = { path = " ../" , default-features = false , version = " 0.14.0 " }
1212serde = { version = " 1.0" , features = [" derive" ]}
1313
1414[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments