-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: release * Remove incorrect changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Frank McSherry <[email protected]>
- Loading branch information
1 parent
f1e4573
commit ba17477
Showing
5 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "timely_communication" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["Frank McSherry <[email protected]>"] | ||
description = "Communication layer for timely dataflow" | ||
edition.workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "timely_logging" | ||
version = "0.12.0" | ||
version = "0.12.1" | ||
authors = ["Frank McSherry <[email protected]>"] | ||
description = "Common timely logging infrastructure" | ||
edition.workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
|
||
name = "timely" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["Frank McSherry <[email protected]>"] | ||
readme = "../README.md" | ||
edition.workspace = true | ||
|
@@ -24,7 +24,7 @@ bincode = { version = "1.0" } | |
serde = { version = "1.0", features = ["derive"] } | ||
timely_bytes = { path = "../bytes", version = "0.12" } | ||
timely_logging = { path = "../logging", version = "0.12" } | ||
timely_communication = { path = "../communication", version = "0.12", default-features = false } | ||
timely_communication = { path = "../communication", version = "0.13", default-features = false } | ||
timely_container = { path = "../container", version = "0.12" } | ||
crossbeam-channel = "0.5.0" | ||
smallvec = { version = "1.13.2", features = ["serde", "const_generics"] } | ||
|