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-mosaic.git
The following commit(s) were added to refs/heads/main by this push:
new 3ebdf3a chore: bump main version to 0.2.0 (#36)
3ebdf3a is described below
commit 3ebdf3a51b46692140717a8e6b673be4234678ae
Author: QuakeWang <[email protected]>
AuthorDate: Sat May 23 22:31:37 2026 +0800
chore: bump main version to 0.2.0 (#36)
---
core/Cargo.toml | 2 +-
ffi/Cargo.toml | 2 +-
java/pom.xml | 2 +-
jni/Cargo.toml | 2 +-
python/pyproject.toml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/core/Cargo.toml b/core/Cargo.toml
index c59c1a4..0a4d068 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "paimon-mosaic-core"
-version = "0.1.0"
+version = "0.2.0"
edition = "2021"
description = "Mosaic file format — core Rust library"
license = "Apache-2.0"
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index e44036b..651f341 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "paimon-mosaic-ffi"
-version = "0.1.0"
+version = "0.2.0"
edition = "2021"
description = "Mosaic file format — C/C++ FFI bindings"
license = "Apache-2.0"
diff --git a/java/pom.xml b/java/pom.xml
index c4030a1..80b7b46 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.paimon</groupId>
<artifactId>mosaic</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Mosaic</name>
diff --git a/jni/Cargo.toml b/jni/Cargo.toml
index f55019d..62a8f12 100644
--- a/jni/Cargo.toml
+++ b/jni/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "paimon-mosaic-jni"
-version = "0.1.0"
+version = "0.2.0"
edition = "2021"
description = "Mosaic file format — JNI bindings for Java"
license = "Apache-2.0"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 08dc185..41276ff 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -21,7 +21,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "paimon-mosaic"
-version = "0.1.0"
+version = "0.2.0"
description = "Python bindings for the Mosaic columnar-bucket hybrid file
format"
license = {text = "Apache-2.0"}
requires-python = ">=3.9"