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

yunhong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new de1644d  Bump version to 0.2.0
de1644d is described below

commit de1644dd2b6eb71646f722a45330742eb3fc5553
Author: zhengyunhong.zyh <[email protected]>
AuthorDate: Mon Mar 23 20:24:19 2026 +0800

    Bump version to 0.2.0
---
 Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index cd473e7..d4d262a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ homepage = "https://clients.fluss.apache.org/";
 license = "Apache-2.0"
 repository = "https://github.com/apache/fluss-rust";
 rust-version = "1.85"
-version = "0.1.0"
+version = "0.2.0"
 keywords = ["fluss", "streaming-storage", "datalake"]
 
 [workspace]
@@ -31,7 +31,7 @@ resolver = "2"
 members = ["crates/fluss", "crates/examples", "bindings/python", 
"bindings/cpp"]
 
 [workspace.dependencies]
-fluss = { package = "fluss-rs", version = "0.1.0", path = "crates/fluss", 
features = ["storage-all"] }
+fluss = { package = "fluss-rs", version = "0.2.0", path = "crates/fluss", 
features = ["storage-all"] }
 tokio = { version = "1.44.2", features = ["full"] }
 clap = { version = "4.5.37", features = ["derive"] }
 arrow = { version = "57.0.0", features = ["ipc_compression"] }

Reply via email to