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.14.2 " }
19+ differential-dataflow = { path = " differential-dataflow" , default-features = false , version = " 0.15.0 " }
2020timely = { version = " 0.21" , default-features = false }
2121# timely = { path = "../timely-dataflow/timely/", default-features = false }
2222
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.15.0] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.14.2...differential-dataflow-v0.15.0 ) - 2025-05-09
11+
12+ ### Other
13+
14+ - Update timely dependence to ` 0.21 ` . ([ #599 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/599 ) )
15+ - Document the collection invariant ([ #384 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/384 ) )
16+ - Modernize ` Cursor ` API ([ #596 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/596 ) )
17+
1018## [ 0.14.2] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.14.1...differential-dataflow-v0.14.2 ) - 2025-04-06
1119
1220### Other
Original file line number Diff line number Diff line change 11[package ]
22
33name = " differential-dataflow"
4- version = " 0.14.2 "
4+ version = " 0.15.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.11] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.10...differential-dogs3-v0.1.11 ) - 2025-05-09
11+
12+ ### Other
13+
14+ - update Cargo.toml dependencies
15+
1016## [ 0.1.10] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.9...differential-dogs3-v0.1.10 ) - 2025-04-06
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " differential-dogs3"
3- version = " 0.1.10 "
3+ version = " 0.1.11 "
44authors = [" Frank McSherry <fmcsherry@me.com>" ]
55license = " MIT"
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments