We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b39e2f commit 1bcb574Copy full SHA for 1bcb574
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.14.1](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.14.0...timely-v0.14.1) - 2024-11-12
6
+
7
+### Added
8
9
+The type `timely::Message` is now publicly re-exported.
10
11
+### Other
12
13
+- Public Message type ([#599](https://github.com/TimelyDataflow/timely-dataflow/pull/599))
14
15
## [0.14.0](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.13.0...timely-v0.14.0) - 2024-11-11
16
17
### Added
timely/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
name = "timely"
-version = "0.14.0"
+version = "0.14.1"
authors = ["Frank McSherry <[email protected]>"]
readme = "../README.md"
edition.workspace = true
0 commit comments