Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Dec 20, 2023
1 parent d8af75b commit 3426586
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/arrow-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arrow-tools"
version = "0.17.7"
version = "0.17.8"
authors = ["Dominik Moritz <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions crates/csv2arrow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "csv2arrow"
version = "0.17.7"
version = "0.17.8"
authors = ["Dominik Moritz <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -14,4 +14,4 @@ arrow = "49.0.0"
arrow-schema = { version = "49.0.0", features = ["serde"] }
serde_json = "1.0.108"
clap = { version = "4.4.10", features = ["derive"] }
arrow-tools = { version = "0.17.7", path = "../arrow-tools" }
arrow-tools = { version = "0.17.8", path = "../arrow-tools" }
4 changes: 2 additions & 2 deletions crates/csv2parquet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "csv2parquet"
version = "0.17.7"
version = "0.17.8"
authors = ["Dominik Moritz <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -15,4 +15,4 @@ arrow = "49.0.0"
arrow-schema = { version = "49.0.0", features = ["serde"] }
serde_json = "1.0.108"
clap = { version = "4.4.10", features = ["derive"] }
arrow-tools = { version = "0.17.7", path = "../arrow-tools" }
arrow-tools = { version = "0.17.8", path = "../arrow-tools" }
4 changes: 2 additions & 2 deletions crates/json2arrow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json2arrow"
version = "0.17.7"
version = "0.17.8"
authors = ["Dominik Moritz <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -14,4 +14,4 @@ arrow = "49.0.0"
arrow-schema = { version = "49.0.0", features = ["serde"] }
serde_json = "1.0.108"
clap = { version = "4.4.10", features = ["derive"] }
arrow-tools = { version = "0.17.7", path = "../arrow-tools" }
arrow-tools = { version = "0.17.8", path = "../arrow-tools" }
4 changes: 2 additions & 2 deletions crates/json2parquet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json2parquet"
version = "0.17.7"
version = "0.17.8"
authors = ["Dominik Moritz <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -15,4 +15,4 @@ arrow = "49.0.0"
arrow-schema = { version = "49.0.0", features = ["serde"] }
serde_json = "1.0.108"
clap = { version = "4.4.10", features = ["derive"] }
arrow-tools = { version = "0.17.7", path = "../arrow-tools" }
arrow-tools = { version = "0.17.8", path = "../arrow-tools" }

0 comments on commit 3426586

Please sign in to comment.