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 <[email protected]> --------- Signed-off-by: Moritz Hoffmann <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Moritz Hoffmann <[email protected]>
1 parent 0b39e2f commit 1bcb574

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
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

+1-1
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 <[email protected]>"]
66
readme = "../README.md"
77
edition.workspace = true

0 commit comments

Comments
 (0)