Skip to content

Commit

Permalink
chore(timely): release v0.14.1 (#600)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
github-actions[bot] and antiguru authored Nov 12, 2024
1 parent 0b39e2f commit 1bcb574
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion timely/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "timely"
version = "0.14.0"
version = "0.14.1"
authors = ["Frank McSherry <[email protected]>"]
readme = "../README.md"
edition.workspace = true
Expand Down

0 comments on commit 1bcb574

Please sign in to comment.