File tree Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ members = [
16
16
resolver = " 2"
17
17
18
18
[workspace .dependencies ]
19
- differential-dataflow = { path = " differential-dataflow" , default-features = false , version = " 0.15.0 " }
19
+ differential-dataflow = { path = " differential-dataflow" , default-features = false , version = " 0.15.1 " }
20
20
timely = { version = " 0.21" , default-features = false }
21
21
# timely = { path = "../timely-dataflow/timely/", default-features = false }
22
22
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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.15.1] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.15.0...differential-dataflow-v0.15.1 ) - 2025-05-09
11
+
12
+ ### Other
13
+
14
+ - Update columnar to 0.5 ([ #600 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/600 ) )
15
+
10
16
## [ 0.15.0] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.14.2...differential-dataflow-v0.15.0 ) - 2025-05-09
11
17
12
18
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " differential-dataflow"
4
- version = " 0.15.0 "
4
+ version = " 0.15.1 "
5
5
authors = [" Frank McSherry <fmcsherry@me.com>" ]
6
6
7
7
description = " 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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.12] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.11...differential-dogs3-v0.1.12 ) - 2025-05-09
11
+
12
+ ### Other
13
+
14
+ - updated the following local packages: differential-dataflow
15
+
10
16
## [ 0.1.11] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.10...differential-dogs3-v0.1.11 ) - 2025-05-09
11
17
12
18
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " differential-dogs3"
3
- version = " 0.1.11 "
3
+ version = " 0.1.12 "
4
4
authors = [" Frank McSherry <fmcsherry@me.com>" ]
5
5
license = " MIT"
6
6
edition = " 2021"
You can’t perform that action at this time.
0 commit comments