Skip to content

Commit 2728100

Browse files
authored
chore(repo): bump version of all packages for new release (#2758)
1 parent 9ff670b commit 2728100

File tree

36 files changed

+81
-81
lines changed

36 files changed

+81
-81
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ humantime = "2.3.0"
165165
hwlocality = "1.0.0-alpha.11"
166166
iceberg = "0.8.0"
167167
iceberg-catalog-rest = "0.8.0"
168-
iggy = { path = "core/sdk", version = "0.8.3-edge.1" }
169-
iggy_binary_protocol = { path = "core/binary_protocol", version = "0.8.3-edge.1" }
170-
iggy_common = { path = "core/common", version = "0.8.3-edge.1" }
171-
iggy_connector_sdk = { path = "core/connectors/sdk", version = "0.1.3-edge.1" }
168+
iggy = { path = "core/sdk", version = "0.9.0" }
169+
iggy_binary_protocol = { path = "core/binary_protocol", version = "0.9.0" }
170+
iggy_common = { path = "core/common", version = "0.9.0" }
171+
iggy_connector_sdk = { path = "core/connectors/sdk", version = "0.2.0" }
172172
integration = { path = "core/integration" }
173173
journal = { path = "core/journal" }
174174
js-sys = "0.3"

DEPENDENCIES.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ base64: 0.22.1, "Apache-2.0 OR MIT",
8484
base64ct: 1.8.3, "Apache-2.0 OR MIT",
8585
bdd: 0.0.1, "Apache-2.0",
8686
beef: 0.5.2, "Apache-2.0 OR MIT",
87-
bench-dashboard-frontend: 0.4.1, "Apache-2.0",
87+
bench-dashboard-frontend: 0.5.0, "Apache-2.0",
8888
bench-dashboard-shared: 0.1.0, "Apache-2.0",
8989
bench-report: 0.2.2, "Apache-2.0",
9090
bench-runner: 0.1.0, "Apache-2.0",
@@ -388,23 +388,23 @@ id-arena: 2.3.0, "Apache-2.0 OR MIT",
388388
ident_case: 1.0.1, "Apache-2.0 OR MIT",
389389
idna: 1.1.0, "Apache-2.0 OR MIT",
390390
idna_adapter: 1.2.1, "Apache-2.0 OR MIT",
391-
iggy: 0.8.3-edge.1, "Apache-2.0",
392-
iggy-bench: 0.3.3-edge.1, "Apache-2.0",
393-
iggy-bench-dashboard-server: 0.5.1-edge.1, "Apache-2.0",
394-
iggy-cli: 0.10.3-edge.1, "Apache-2.0",
395-
iggy-connectors: 0.2.4-edge.1, "Apache-2.0",
396-
iggy-mcp: 0.2.3-edge.1, "Apache-2.0",
397-
iggy_binary_protocol: 0.8.3-edge.1, "Apache-2.0",
398-
iggy_common: 0.8.3-edge.1, "Apache-2.0",
399-
iggy_connector_elasticsearch_sink: 0.2.2-edge.1, "Apache-2.0",
400-
iggy_connector_elasticsearch_source: 0.2.2-edge.1, "Apache-2.0",
401-
iggy_connector_iceberg_sink: 0.2.2-edge.1, "Apache-2.0",
402-
iggy_connector_postgres_sink: 0.2.2-edge.1, "Apache-2.0",
403-
iggy_connector_postgres_source: 0.2.2-edge.1, "Apache-2.0",
404-
iggy_connector_quickwit_sink: 0.2.2-edge.1, "Apache-2.0",
405-
iggy_connector_random_source: 0.2.2-edge.1, "Apache-2.0",
406-
iggy_connector_sdk: 0.1.3-edge.1, "Apache-2.0",
407-
iggy_connector_stdout_sink: 0.2.2-edge.1, "Apache-2.0",
391+
iggy: 0.9.0, "Apache-2.0",
392+
iggy-bench: 0.4.0, "Apache-2.0",
393+
iggy-bench-dashboard-server: 0.6.0, "Apache-2.0",
394+
iggy-cli: 0.11.0, "Apache-2.0",
395+
iggy-connectors: 0.3.0, "Apache-2.0",
396+
iggy-mcp: 0.3.0, "Apache-2.0",
397+
iggy_binary_protocol: 0.9.0, "Apache-2.0",
398+
iggy_common: 0.9.0, "Apache-2.0",
399+
iggy_connector_elasticsearch_sink: 0.3.0, "Apache-2.0",
400+
iggy_connector_elasticsearch_source: 0.3.0, "Apache-2.0",
401+
iggy_connector_iceberg_sink: 0.3.0, "Apache-2.0",
402+
iggy_connector_postgres_sink: 0.3.0, "Apache-2.0",
403+
iggy_connector_postgres_source: 0.3.0, "Apache-2.0",
404+
iggy_connector_quickwit_sink: 0.3.0, "Apache-2.0",
405+
iggy_connector_random_source: 0.3.0, "Apache-2.0",
406+
iggy_connector_sdk: 0.2.0, "Apache-2.0",
407+
iggy_connector_stdout_sink: 0.3.0, "Apache-2.0",
408408
iggy_examples: 0.0.6, "Apache-2.0",
409409
ignore: 0.4.25, "MIT OR Unlicense",
410410
impl-more: 0.1.9, "Apache-2.0 OR MIT",
@@ -724,7 +724,7 @@ serde_with_macros: 3.16.1, "Apache-2.0 OR MIT",
724724
serde_yaml_ng: 0.10.0, "MIT",
725725
serial_test: 3.3.1, "MIT",
726726
serial_test_derive: 3.3.1, "MIT",
727-
server: 0.6.3-edge.3, "Apache-2.0",
727+
server: 0.7.0, "Apache-2.0",
728728
sha1: 0.10.6, "Apache-2.0 OR MIT",
729729
sha2: 0.10.9, "Apache-2.0 OR MIT",
730730
sha3: 0.10.8, "Apache-2.0 OR 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.2.3-edge.1"
20+
version = "0.3.0"
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.3.3-edge.1"
20+
version = "0.4.0"
2121
edition = "2024"
2222
license = "Apache-2.0"
2323
repository = "https://github.com/apache/iggy"

core/bench/dashboard/frontend/Cargo.toml

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

2424
[package.metadata.cargo-machete]

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.5.1-edge.1"
21+
version = "0.6.0"
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.8.3-edge.1"
20+
version = "0.9.0"
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.10.3-edge.1"
20+
version = "0.11.0"
2121
edition = "2024"
2222
authors = ["bartosz.ciesla@gmail.com"]
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.8.3-edge.1"
19+
version = "0.9.0"
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"

0 commit comments

Comments
 (0)