Skip to content

Commit dfc24c4

Browse files
chore: release
1 parent 3386227 commit dfc24c4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
516
## [0.20.0](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.19.0...timely-v0.20.0) - 2025-03-28
617

718
### Other

communication/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "timely_communication"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
authors = ["Frank McSherry <[email protected]>"]
55
description = "Communication layer for timely dataflow"
66
edition.workspace = true

timely/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "timely"
4-
version = "0.20.0"
4+
version = "0.21.0"
55
authors = ["Frank McSherry <[email protected]>"]
66
readme = "../README.md"
77
edition.workspace = true

0 commit comments

Comments
 (0)