File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.21.0] ( https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.20.0...timely-v0.21.0 ) - 2025-05-09
6
+
7
+ ### Other
8
+
9
+ - Remove crossbeam uses
10
+ - Tidy various logging uses
11
+ - Make std::time::Instant optional
12
+ - Merge pull request #662 from frankmcsherry/further_cleanup
13
+ - Switch to finish_non_exhaustive()
14
+ - Merge branch 'master' into docs
15
+
5
16
## [ 0.20.0] ( https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.19.0...timely-v0.20.0 ) - 2025-03-28
6
17
7
18
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " timely_communication"
3
- version = " 0.19.0 "
3
+ version = " 0.19.1 "
4
4
authors = [
" Frank McSherry <[email protected] >" ]
5
5
description = " Communication layer for timely dataflow"
6
6
edition.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " timely"
4
- version = " 0.20 .0"
4
+ version = " 0.21 .0"
5
5
authors = [
" Frank McSherry <[email protected] >" ]
6
6
readme = " ../README.md"
7
7
edition.workspace = true
You can’t perform that action at this time.
0 commit comments