Skip to content

Commit d616c70

Browse files
chore(timely): release v0.21.1
1 parent 7b91ba3 commit d616c70

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.21.1](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.21.0...timely-v0.21.1) - 2025-06-17
6+
7+
### Other
8+
9+
- Fix nightly compile warnings ([#670](https://github.com/TimelyDataflow/timely-dataflow/pull/670))
10+
- Avoid compile warnings on nightly ([#669](https://github.com/TimelyDataflow/timely-dataflow/pull/669))
11+
- Derive Copy
12+
513
## [0.21.0](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.20.0...timely-v0.21.0) - 2025-05-09
614

715
### Other

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.0"
4+
version = "0.21.1"
55
authors = ["Frank McSherry <[email protected]>"]
66
readme = "../README.md"
77
edition.workspace = true

0 commit comments

Comments
 (0)