File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ members = [
1616resolver = " 2"
1717
1818[workspace .dependencies ]
19- differential-dataflow = { path = " differential-dataflow" , default-features = false , version = " 0.19.1 " }
19+ differential-dataflow = { path = " differential-dataflow" , default-features = false , version = " 0.20.0 " }
2020timely = { version = " 0.26" , default-features = false }
2121columnar = { version = " 0.11" , default-features = false }
2222# timely = { path = "../timely-dataflow/timely/", default-features = false }
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.20.0] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.19.1...differential-dataflow-v0.20.0 ) - 2026-02-20
11+
12+ ### Other
13+
14+ - Migrate Join logic away from traits ([ #668 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/668 ) )
15+ - More ` VecCollection ` demotion ([ #667 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/667 ) )
16+ - Implement utility traits for Rc collections ([ #666 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/666 ) )
17+ - Deprioritize the ` Vec ` container ([ #664 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/664 ) )
18+
1019## [ 0.19.1] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.19.0...differential-dataflow-v0.19.1 ) - 2026-02-06
1120
1221### Other
Original file line number Diff line number Diff line change 11[package ]
22
33name = " differential-dataflow"
4- version = " 0.19.1 "
4+ version = " 0.20.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,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.20.0] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.19.1...differential-dogs3-v0.20.0 ) - 2026-02-20
11+
12+ ### Other
13+
14+ - Migrate Join logic away from traits ([ #668 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/668 ) )
15+ - More ` VecCollection ` demotion ([ #667 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/667 ) )
16+ - Deprioritize the ` Vec ` container ([ #664 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/664 ) )
17+
1018## [ 0.19.1] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.19.0...differential-dogs3-v0.19.1 ) - 2026-02-06
1119
1220### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " differential-dogs3"
3- version = " 0.19.1 "
3+ version = " 0.20.0 "
44authors = [" Frank McSherry <fmcsherry@me.com>" ]
55license = " MIT"
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments