Skip to content

Commit 1bcb574

Browse files
chore(timely): release v0.14.1 (#600)
* chore(timely): release v0.14.1 * Changelog updates Signed-off-by: Moritz Hoffmann <antiguru@gmail.com> --------- Signed-off-by: Moritz Hoffmann <antiguru@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Moritz Hoffmann <antiguru@gmail.com>
1 parent 0b39e2f commit 1bcb574

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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

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+
515
## [0.14.0](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.13.0...timely-v0.14.0) - 2024-11-11
616

717
### Added

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.14.0"
4+
version = "0.14.1"
55
authors = ["Frank McSherry <fmcsherry@me.com>"]
66
readme = "../README.md"
77
edition.workspace = true

0 commit comments

Comments
 (0)