Skip to content

Commit 20d9263

Browse files
committed
Release
1 parent 5c9a66f commit 20d9263

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ members = [
1616
]
1717

1818
[workspace.package]
19-
version = "0.9.1" # WHEN CHANGING THIS, CHANGE THE "STREAMBED" DEPENDENCIES BELOW ALSO.
19+
version = "0.10.0" # WHEN CHANGING THIS, CHANGE THE "STREAMBED" DEPENDENCIES BELOW ALSO.
2020
edition = "2021"
2121
rust-version = "1.70.0"
2222
license = "Apache-2.0"
@@ -59,5 +59,5 @@ tokio-stream = "0.1.11"
5959
tokio-util = "0.7.4"
6060
warp = "0.3"
6161

62-
streambed = { path = "streambed", version = "0.9.1" }
63-
streambed-test = { path = "streambed-test", version = "0.9.1" }
62+
streambed = { path = "streambed", version = "0.10.0" }
63+
streambed-test = { path = "streambed-test", version = "0.10.0" }

RELEASE.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ cargo publish -p streambed-test
1212
cargo publish -p streambed-confidant
1313
cargo publish -p streambed-kafka
1414
cargo publish -p streambed-logged
15+
cargo publish -p streambed-logged-cli
1516
cargo publish -p streambed-patterns
1617
cargo publish -p streambed-storage
1718
cargo publish -p streambed-vault

0 commit comments

Comments
 (0)