Skip to content

Commit 81adb63

Browse files
chore: release (#679)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 40d7b31 commit 81adb63

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.4](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.21.3...timely-v0.21.4) - 2025-07-06
6+
7+
### Other
8+
9+
- Update for Columnar 0.7
10+
- Disable notifications for some operators
11+
512
## [0.21.3](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.21.2...timely-v0.21.3) - 2025-06-24
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.3"
3+
version = "0.19.4"
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.3"
4+
version = "0.21.4"
55
authors = ["Frank McSherry <[email protected]>"]
66
readme = "../README.md"
77
edition.workspace = true

0 commit comments

Comments
 (0)