Skip to content

Commit

Permalink
build(release): bump version to 0.3.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiyan committed Jan 30, 2025
1 parent ed1dbab commit bdd5e8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.3.0"
version = "0.3.0-rc.1"
edition = "2021"
license = "Apache-2.0"
rust-version = "1.81"
Expand Down
2 changes: 1 addition & 1 deletion crates/datafusion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
hudi-core = { version = "0.3.0", path = "../core", features = ["datafusion"] }
hudi-core = { version = "0.3.0-rc.1", path = "../core", features = ["datafusion"] }
# arrow
arrow = { workspace = true }
arrow-arith = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/hudi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
hudi-core = { version = "0.3.0", path = "../core" }
hudi-datafusion = { version = "0.3.0", path = "../datafusion", optional = true }
hudi-core = { version = "0.3.0-rc.1", path = "../core" }
hudi-datafusion = { version = "0.3.0-rc.1", path = "../datafusion", optional = true }

[features]
datafusion = [
Expand Down

0 comments on commit bdd5e8d

Please sign in to comment.