From 1bcb5742a5dbc4ce8850aafa97f1ebfd9f7496f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:02:35 +0100 Subject: [PATCH] chore(timely): release v0.14.1 (#600) * chore(timely): release v0.14.1 * Changelog updates Signed-off-by: Moritz Hoffmann --------- Signed-off-by: Moritz Hoffmann Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Moritz Hoffmann --- CHANGELOG.md | 10 ++++++++++ timely/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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