This is an automated email from the ASF dual-hosted git repository.
yuxia 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 c61e1ee Bump version to 0.2.0
c61e1ee is described below
commit c61e1ee6237bcdb70d712481642280890bf7010a
Author: luoyuxia <[email protected]>
AuthorDate: Mon Mar 2 10:57:07 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 77d7140..5848977 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ homepage = "https://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]
@@ -32,7 +32,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"] }