Skip to content

Commit 864dd90

Browse files
authored
feat: prepare v1.1.0 (#142)
1 parent 744030a commit 864dd90

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "1.0.0"
14+
version = "1.1.0"
1515

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

tpchgen-arrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tpchgen-arrow"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2024"
55
authors = ["clflushopt", "alamb"]
66
description = "TPC-H data generator into Apache Arrow format"

tpchgen-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tpchgen-cli"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
authors = { workspace = true }
55
description = "Blazing fast pure Rust TPC-H data generator command line tool."
66
readme = "README.md"

0 commit comments

Comments
 (0)