Skip to content

Commit 1e133e5

Browse files
authored
chore(repo): bump all packages versions, mark as edge (#2322)
1 parent 4fcfefb commit 1e133e5

File tree

24 files changed

+136
-57
lines changed

24 files changed

+136
-57
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ futures = "0.3.31"
120120
futures-util = "0.3.31"
121121
human-repr = "1.1.0"
122122
humantime = "2.3.0"
123-
iggy = { path = "core/sdk", version = "0.7.0" }
124-
iggy_binary_protocol = { path = "core/binary_protocol", version = "0.7.0" }
125-
iggy_common = { path = "core/common", version = "0.7.0" }
123+
iggy = { path = "core/sdk", version = "0.8.0-edge.1" }
124+
iggy_binary_protocol = { path = "core/binary_protocol", version = "0.8.0-edge.1" }
125+
iggy_common = { path = "core/common", version = "0.8.0-edge.1" }
126126
iggy_connector_sdk = { path = "core/connectors/sdk", version = "0.1.0" }
127127
integration = { path = "core/integration" }
128128
keyring = { version = "3.6.3", features = ["sync-secret-service", "vendored"] }

DEPENDENCIES.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -356,14 +356,14 @@ icu_provider: 2.1.1, "Unicode-3.0",
356356
ident_case: 1.0.1, "Apache-2.0 OR MIT",
357357
idna: 1.1.0, "Apache-2.0 OR MIT",
358358
idna_adapter: 1.2.1, "Apache-2.0 OR MIT",
359-
iggy: 0.7.0, "Apache-2.0",
360-
iggy-bench: 0.2.4, "Apache-2.0",
361-
iggy-bench-dashboard-server: 0.4.0, "Apache-2.0",
362-
iggy-cli: 0.9.1, "Apache-2.0",
363-
iggy-connectors: 0.1.1, "Apache-2.0",
364-
iggy-mcp: 0.1.1, "Apache-2.0",
365-
iggy_binary_protocol: 0.7.0, "Apache-2.0",
366-
iggy_common: 0.7.0, "Apache-2.0",
359+
iggy: 0.8.0-edge.1, "Apache-2.0",
360+
iggy-bench: 0.3.0-edge.1, "Apache-2.0",
361+
iggy-bench-dashboard-server: 0.5.0-edge.1, "Apache-2.0",
362+
iggy-cli: 0.10.0-edge.1, "Apache-2.0",
363+
iggy-connectors: 0.2.0-edge.1, "Apache-2.0",
364+
iggy-mcp: 0.2.0-edge.1, "Apache-2.0",
365+
iggy_binary_protocol: 0.8.0-edge.1, "Apache-2.0",
366+
iggy_common: 0.8.0-edge.1, "Apache-2.0",
367367
iggy_connector_postgres_sink: 0.1.0, "Apache-2.0",
368368
iggy_connector_postgres_source: 0.1.0, "Apache-2.0",
369369
iggy_connector_quickwit_sink: 0.1.0, "Apache-2.0",
@@ -652,7 +652,7 @@ serde_with_macros: 3.15.1, "Apache-2.0 OR MIT",
652652
serde_yaml_ng: 0.10.0, "MIT",
653653
serial_test: 3.2.0, "MIT",
654654
serial_test_derive: 3.2.0, "MIT",
655-
server: 0.5.0, "Apache-2.0",
655+
server: 0.6.0-edge.1, "Apache-2.0",
656656
sha1: 0.10.6, "Apache-2.0 OR MIT",
657657
sha2: 0.10.9, "Apache-2.0 OR MIT",
658658
sharded-slab: 0.1.7, "MIT",

core/ai/mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "iggy-mcp"
20-
version = "0.1.1"
20+
version = "0.2.0-edge.1"
2121
description = "MCP Server for Iggy message streaming platform"
2222
edition = "2024"
2323
license = "Apache-2.0"

core/bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "iggy-bench"
20-
version = "0.2.4"
20+
version = "0.3.0-edge.1"
2121
edition = "2024"
2222
license = "Apache-2.0"
2323
repository = "https://github.com/apache/iggy"

core/bench/dashboard/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[package]
1919
name = "iggy-bench-dashboard-server"
2020
license = "Apache-2.0"
21-
version = "0.4.0"
21+
version = "0.5.0-edge.1"
2222
edition = "2024"
2323

2424
[dependencies]

core/binary_protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "iggy_binary_protocol"
20-
version = "0.7.0"
20+
version = "0.8.0-edge.1"
2121
description = "Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second."
2222
edition = "2024"
2323
license = "Apache-2.0"

core/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "iggy-cli"
20-
version = "0.9.1"
20+
version = "0.10.0-edge.1"
2121
edition = "2024"
2222
authors = ["[email protected]"]
2323
repository = "https://github.com/apache/iggy"

core/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717
[package]
1818
name = "iggy_common"
19-
version = "0.7.0"
19+
version = "0.8.0-edge.1"
2020
description = "Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second."
2121
edition = "2024"
2222
license = "Apache-2.0"

core/connectors/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "iggy-connectors"
20-
version = "0.1.1"
20+
version = "0.2.0-edge.1"
2121
description = "Connectors runtime for Iggy message streaming platform"
2222
edition = "2024"
2323
license = "Apache-2.0"

0 commit comments

Comments
 (0)