From c217e9d5ff5f195dc8ec941e030ba7291b1d5b1f Mon Sep 17 00:00:00 2001 From: luoyuxia Date: Wed, 15 Apr 2026 17:24:59 +0800 Subject: [PATCH] chore: bump version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b160508..fadca8bb 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"