This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 65a3c31 chore: bump version to 0.3.0 (#335)
65a3c31 is described below
commit 65a3c318dfa83c4151297af08c02b61fcc3b8920
Author: yuxia Luo <[email protected]>
AuthorDate: Wed May 20 12:43:36 2026 +0800
chore: bump version to 0.3.0 (#335)
---
Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 94c703e..d31f83c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ resolver = "2"
members = ["crates/paimon", "crates/integration_tests", "bindings/c",
"bindings/python", "crates/integrations/datafusion"]
[workspace.package]
-version = "0.2.0"
+version = "0.3.0"
edition = "2021"
homepage = "https://paimon.apache.org/docs/rust/"
repository = "https://github.com/apache/paimon-rust"
@@ -38,7 +38,7 @@ arrow-row = "58.0"
arrow-select = "58.0"
datafusion = "53.0.0"
datafusion-ffi = "53.0.0"
-paimon = { version = "0.2.0", path = "crates/paimon" }
+paimon = { version = "0.3.0", path = "crates/paimon" }
parquet = "58.0"
constant_time_eq = ">=0.4.0, <0.4.3"
tokio = "1.39.2"