File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.13.6] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.5...differential-dataflow-v0.13.6 ) - 2025-02-12
11+
12+ ### Other
13+
14+ - Update Timely, Columnar versions ([ #569 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/569 ) )
15+ - Variable supports container streams ([ #564 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/564 ) )
16+ - Fix Timely master check, pin dependency version in mdbook ([ #568 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/568 ) )
17+ - Provide prescriptive versions in example
18+
1019## [ 0.13.5] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.4...differential-dataflow-v0.13.5 ) - 2025-01-24
1120
1221### Other
Original file line number Diff line number Diff line change 11[package ]
22
33name = " differential-dataflow"
4- version = " 0.13.5 "
4+ version = " 0.13.6 "
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.6] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.5...differential-dogs3-v0.1.6 ) - 2025-02-12
11+
12+ ### Other
13+
14+ - update Cargo.toml dependencies
15+
1016## [ 0.1.5] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.4...differential-dogs3-v0.1.5 ) - 2025-01-24
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " differential-dogs3"
3- version = " 0.1.5 "
3+ version = " 0.1.6 "
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.5 " }
11+ differential-dataflow = { path = " ../" , default-features = false , version = " 0.13.6 " }
1212serde = { version = " 1.0" , features = [" derive" ]}
1313
1414[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments