Skip to content

Commit 8227b49

Browse files
authored
feat: release v2.0.2 (#210)
1 parent 1f1bea1 commit 8227b49

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ homepage = "https://github.com/clflushopt/tpchgen-rs"
1111
license = "Apache-2.0"
1212
readme = "README.md"
1313
repository = "https://github.com/clflushopt/tpchgen-rs"
14-
version = "2.0.1"
14+
version = "2.0.2"
1515

1616
[profile.release]
1717
strip = "debuginfo"

tpchgen-arrow/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tpchgen-arrow"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
edition = "2024"
55
authors = ["clflushopt", "alamb"]
66
description = "TPC-H data generator into Apache Arrow format"
@@ -10,7 +10,7 @@ license = "Apache-2.0"
1010

1111
[dependencies]
1212
arrow = { version = "57.1", default-features = false, features = ["prettyprint"] }
13-
tpchgen = { path = "../tpchgen", version = "2.0.1" }
13+
tpchgen = { path = "../tpchgen", version = "2.0.2" }
1414

1515
[dev-dependencies]
1616
arrow-csv = "57.1"

tpchgen-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tpchgen-cli"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
authors = { workspace = true }
55
description = "Blazing fast pure Rust TPC-H data generator command line tool and library."
66
readme = "README.md"
@@ -21,8 +21,8 @@ path = "bin/main.rs"
2121
arrow = "57.1"
2222
parquet = "57.1"
2323
clap = { version = "4.5.32", features = ["derive"] }
24-
tpchgen = { path = "../tpchgen", version = "2.0.1"}
25-
tpchgen-arrow = { path = "../tpchgen-arrow", version = "2.0.1" }
24+
tpchgen = { path = "../tpchgen", version = "2.0.2"}
25+
tpchgen-arrow = { path = "../tpchgen-arrow", version = "2.0.2" }
2626
tokio = { version = "1.44.1", features = ["full"]}
2727
futures = "0.3.31"
2828
num_cpus = "1.0"

0 commit comments

Comments
 (0)