diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f182789c..ae842d304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.14.1](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.14.0...timely-v0.14.1) - 2024-11-12 + +### Added + +The type `timely::Message` is now publicly re-exported. + +### Other + +- Public Message type ([#599](https://github.com/TimelyDataflow/timely-dataflow/pull/599)) + ## [0.14.0](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.13.0...timely-v0.14.0) - 2024-11-11 ### Added diff --git a/timely/Cargo.toml b/timely/Cargo.toml index 74744518b..6b7b41d6c 100644 --- a/timely/Cargo.toml +++ b/timely/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "timely" -version = "0.14.0" +version = "0.14.1" authors = ["Frank McSherry "] readme = "../README.md" edition.workspace = true