This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 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 417eba0 chore: bump version to 0.2.0 (#247)
417eba0 is described below
commit 417eba0c8d9187c6caf51d3952e4f4b72f8eab26
Author: yuxia Luo <[email protected]>
AuthorDate: Wed Apr 15 17:39:20 2026 +0800
chore: bump version to 0.2.0 (#247)
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 6b16050..fadca8b 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.1.0"
+version = "0.2.0"
edition = "2021"
homepage = "https://paimon.apache.org/docs/rust/"
repository = "https://github.com/apache/paimon-rust"