Skip to content

Commit 7da5f68

Browse files
Merge pull request #673 from TimelyDataflow/release-plz-2025-06-24T11-22-06Z
chore: release
2 parents ecb7518 + 6246237 commit 7da5f68

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [0.21.2](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.21.1...timely-v0.21.2) - 2025-06-24
6+
7+
### Other
8+
9+
- Merge pull request #671 from antiguru/log_channel_typ
10+
- Log channel container type
11+
512
## [0.21.1](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.21.0...timely-v0.21.1) - 2025-06-17
613

714
### Other

communication/Cargo.toml

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

timely/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

0 commit comments

Comments
 (0)