Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Feb 15, 2025
1 parent 5a497e2 commit 0ee72b2
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.22.1"
version = "0.22.2"
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.22.1"
version = "0.22.2"
authors = ["Dominik Moritz <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -15,7 +15,7 @@ arrow = "54.0.0"
arrow-schema = { version = "54.0.0", features = ["serde"] }
serde_json = "1.0.138"
clap = { version = "4.5.27", features = ["derive"] }
arrow-tools = { version = "0.22.1", path = "../arrow-tools" }
arrow-tools = { version = "0.22.2", path = "../arrow-tools" }
regex = "1.11.1"
flate2 = { version = "1.0.35", features = ["zlib-ng"] }

Expand Down
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.22.1"
version = "0.22.2"
authors = ["Dominik Moritz <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -16,7 +16,7 @@ arrow = "54.0.0"
arrow-schema = { version = "54.0.0", features = ["serde"] }
serde_json = "1.0.138"
clap = { version = "4.5.27", features = ["derive"] }
arrow-tools = { version = "0.22.1", path = "../arrow-tools" }
arrow-tools = { version = "0.22.2", path = "../arrow-tools" }
regex = "1.11.1"
flate2 = { version = "1.0.35", features = ["zlib-ng"] }

Expand Down
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.22.1"
version = "0.22.2"
authors = ["Dominik Moritz <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -15,7 +15,7 @@ arrow = "54.0.0"
arrow-schema = { version = "54.0.0", features = ["serde"] }
serde_json = "1.0.138"
clap = { version = "4.5.27", features = ["derive"] }
arrow-tools = { version = "0.22.1", path = "../arrow-tools" }
arrow-tools = { version = "0.22.2", path = "../arrow-tools" }
flate2 = { version = "1.0.35", features = ["zlib-ng"] }

[dev-dependencies]
Expand Down
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.22.1"
version = "0.22.2"
authors = ["Dominik Moritz <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -16,7 +16,7 @@ arrow = "54.0.0"
arrow-schema = { version = "54.0.0", features = ["serde"] }
serde_json = "1.0.138"
clap = { version = "4.5.27", features = ["derive"] }
arrow-tools = { version = "0.22.1", path = "../arrow-tools" }
arrow-tools = { version = "0.22.2", path = "../arrow-tools" }
flate2 = { version = "1.0.35", features = ["zlib-ng"] }

[dev-dependencies]
Expand Down

0 comments on commit 0ee72b2

Please sign in to comment.