Skip to content

Commit a97978c

Browse files
committed
build(release): bump version to 0.2.0
1 parent adaed9f commit a97978c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ members = [
2323
resolver = "2"
2424

2525
[workspace.package]
26-
version = "0.2.0-rc.2"
26+
version = "0.2.0"
2727
edition = "2021"
2828
license = "Apache-2.0"
2929
rust-version = "1.76"

crates/datafusion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ homepage.workspace = true
2828
repository.workspace = true
2929

3030
[dependencies]
31-
hudi-core = { version = "0.2.0-rc.2", path = "../core", features = ["datafusion"] }
31+
hudi-core = { version = "0.2.0", path = "../core", features = ["datafusion"] }
3232
# arrow
3333
arrow-schema = { workspace = true }
3434

crates/hudi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ homepage.workspace = true
2828
repository.workspace = true
2929

3030
[dependencies]
31-
hudi-core = { version = "0.2.0-rc.2", path = "../core" }
32-
hudi-datafusion = { version = "0.2.0-rc.2", path = "../datafusion", optional = true }
31+
hudi-core = { version = "0.2.0", path = "../core" }
32+
hudi-datafusion = { version = "0.2.0", path = "../datafusion", optional = true }
3333

3434
[features]
3535
datafusion = [

0 commit comments

Comments
 (0)