This is an automated email from the ASF dual-hosted git repository.

hubcio pushed a commit to branch send_messages_confirmation
in repository https://gitbox.apache.org/repos/asf/iggy.git

commit f004a5adab552990da4989a1cac8ef7521c80ca4
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Wed Aug 5 16:35:01 2026 +0200

    chore(repo): bump iggy-cli and iggy-bench crates
---
 Cargo.lock            | 4 ++--
 Cargo.toml            | 2 +-
 core/bench/Cargo.toml | 2 +-
 core/cli/Cargo.toml   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 39ff121a2..d0b5cae4f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6656,7 +6656,7 @@ dependencies = [
 
 [[package]]
 name = "iggy-bench"
-version = "0.5.1-edge.1"
+version = "0.6.0-edge.1"
 dependencies = [
  "async-trait",
  "bench-report",
@@ -6713,7 +6713,7 @@ dependencies = [
 
 [[package]]
 name = "iggy-cli"
-version = "0.13.1-edge.1"
+version = "0.14.0-edge.1"
 dependencies = [
  "anyhow",
  "apple-native-keyring-store",
diff --git a/Cargo.toml b/Cargo.toml
index 58dc7f9b6..b6e931a6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -201,7 +201,7 @@ iceberg = "0.9.1"
 iceberg-catalog-rest = "0.9.1"
 iceberg-storage-opendal = "0.9.1"
 iggy = { path = "core/sdk", version = "0.11.0-edge.1" }
-iggy-cli = { path = "core/cli", version = "0.13.1-edge.1" }
+iggy-cli = { path = "core/cli", version = "0.14.0-edge.1" }
 iggy_binary_protocol = { path = "core/binary_protocol", version = 
"0.11.0-edge.1" }
 iggy_common = { path = "core/common", version = "0.11.0-edge.1" }
 iggy_connector_sdk = { path = "core/connectors/sdk", version = "0.3.1-edge.1" }
diff --git a/core/bench/Cargo.toml b/core/bench/Cargo.toml
index 110d90dd4..9842a4413 100644
--- a/core/bench/Cargo.toml
+++ b/core/bench/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "iggy-bench"
-version = "0.5.1-edge.1"
+version = "0.6.0-edge.1"
 edition = "2024"
 license = "Apache-2.0"
 repository = "https://github.com/apache/iggy";
diff --git a/core/cli/Cargo.toml b/core/cli/Cargo.toml
index 869da1fa5..b838b062c 100644
--- a/core/cli/Cargo.toml
+++ b/core/cli/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "iggy-cli"
-version = "0.13.1-edge.1"
+version = "0.14.0-edge.1"
 edition = "2024"
 rust-version.workspace = true
 authors = ["[email protected]"]

Reply via email to