This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch release-0.1.x
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/release-0.1.x by this push:
new 973ae75 build: bump version to 0.1.0-rc1
973ae75 is described below
commit 973ae75da14c96c18d411c91e5c3d74448cbb88e
Author: Shiyan Xu <[email protected]>
AuthorDate: Wed Jul 10 09:41:45 2024 -0500
build: bump version to 0.1.0-rc1
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 8259243..5a26c92 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ members = [
resolver = "2"
[workspace.package]
-version = "0.1.0"
+version = "0.1.0-rc1"
edition = "2021"
license = "Apache-2.0"
rust-version = "1.75.0"