You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2023/01/04 19:33:07 UTC

[arrow-rs] branch 30.0_maintenance updated: Update version

This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch 30.0_maintenance
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/30.0_maintenance by this push:
     new 0093dcf28 Update version
0093dcf28 is described below

commit 0093dcf288c5f8e8dece3f8ab538ec1f31c79157
Author: Raphael Taylor-Davies <r....@googlemail.com>
AuthorDate: Wed Jan 4 19:32:56 2023 +0000

    Update version
---
 arrow-arith/Cargo.toml                       | 2 +-
 arrow-array/Cargo.toml                       | 2 +-
 arrow-buffer/Cargo.toml                      | 2 +-
 arrow-cast/Cargo.toml                        | 2 +-
 arrow-csv/Cargo.toml                         | 2 +-
 arrow-data/Cargo.toml                        | 2 +-
 arrow-flight/Cargo.toml                      | 2 +-
 arrow-integration-test/Cargo.toml            | 2 +-
 arrow-integration-testing/Cargo.toml         | 2 +-
 arrow-ipc/Cargo.toml                         | 2 +-
 arrow-json/Cargo.toml                        | 2 +-
 arrow-ord/Cargo.toml                         | 2 +-
 arrow-pyarrow-integration-testing/Cargo.toml | 2 +-
 arrow-row/Cargo.toml                         | 2 +-
 arrow-schema/Cargo.toml                      | 2 +-
 arrow-select/Cargo.toml                      | 2 +-
 arrow-string/Cargo.toml                      | 2 +-
 arrow/Cargo.toml                             | 2 +-
 parquet/Cargo.toml                           | 2 +-
 parquet_derive/Cargo.toml                    | 2 +-
 parquet_derive_test/Cargo.toml               | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/arrow-arith/Cargo.toml b/arrow-arith/Cargo.toml
index 0da34ea15..b2e9de159 100644
--- a/arrow-arith/Cargo.toml
+++ b/arrow-arith/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-arith"
-version = "30.0.0"
+version = "30.0.1"
 description = "Arrow arithmetic kernels"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-array/Cargo.toml b/arrow-array/Cargo.toml
index 06a84cad4..2159a971d 100644
--- a/arrow-array/Cargo.toml
+++ b/arrow-array/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-array"
-version = "30.0.0"
+version = "30.0.1"
 description = "Array abstractions for Apache Arrow"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-buffer/Cargo.toml b/arrow-buffer/Cargo.toml
index 2df41b537..6e3848df9 100644
--- a/arrow-buffer/Cargo.toml
+++ b/arrow-buffer/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-buffer"
-version = "30.0.0"
+version = "30.0.1"
 description = "Buffer abstractions for Apache Arrow"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-cast/Cargo.toml b/arrow-cast/Cargo.toml
index c94a5b77a..20026c6ac 100644
--- a/arrow-cast/Cargo.toml
+++ b/arrow-cast/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-cast"
-version = "30.0.0"
+version = "30.0.1"
 description = "Cast kernel and utilities for Apache Arrow"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-csv/Cargo.toml b/arrow-csv/Cargo.toml
index 0b6e6035c..b9de1ccca 100644
--- a/arrow-csv/Cargo.toml
+++ b/arrow-csv/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-csv"
-version = "30.0.0"
+version = "30.0.1"
 description = "Support for parsing CSV format into the Arrow format"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-data/Cargo.toml b/arrow-data/Cargo.toml
index 9df8bd0b1..536ad2fd8 100644
--- a/arrow-data/Cargo.toml
+++ b/arrow-data/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-data"
-version = "30.0.0"
+version = "30.0.1"
 description = "Array data abstractions for Apache Arrow"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml
index 4fc0e0d91..62d529afb 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -18,7 +18,7 @@
 [package]
 name = "arrow-flight"
 description = "Apache Arrow Flight"
-version = "30.0.0"
+version = "30.0.1"
 edition = "2021"
 rust-version = "1.62"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
diff --git a/arrow-integration-test/Cargo.toml b/arrow-integration-test/Cargo.toml
index df28ffce5..77bf1ed7a 100644
--- a/arrow-integration-test/Cargo.toml
+++ b/arrow-integration-test/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-integration-test"
-version = "30.0.0"
+version = "30.0.1"
 description = "Support for the Apache Arrow JSON test data format"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-integration-testing/Cargo.toml b/arrow-integration-testing/Cargo.toml
index 045931867..4d8e03f78 100644
--- a/arrow-integration-testing/Cargo.toml
+++ b/arrow-integration-testing/Cargo.toml
@@ -18,7 +18,7 @@
 [package]
 name = "arrow-integration-testing"
 description = "Binaries used in the Arrow integration tests (NOT PUBLISHED TO crates.io)"
-version = "30.0.0"
+version = "30.0.1"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
diff --git a/arrow-ipc/Cargo.toml b/arrow-ipc/Cargo.toml
index 31ae90929..ddbbc4be4 100644
--- a/arrow-ipc/Cargo.toml
+++ b/arrow-ipc/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-ipc"
-version = "30.0.0"
+version = "30.0.1"
 description = "Support for the Arrow IPC format"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-json/Cargo.toml b/arrow-json/Cargo.toml
index 88323105d..507b5d661 100644
--- a/arrow-json/Cargo.toml
+++ b/arrow-json/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-json"
-version = "30.0.0"
+version = "30.0.1"
 description = "Support for parsing JSON format into the Arrow format"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-ord/Cargo.toml b/arrow-ord/Cargo.toml
index 3a2096ea5..00f5dca7c 100644
--- a/arrow-ord/Cargo.toml
+++ b/arrow-ord/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-ord"
-version = "30.0.0"
+version = "30.0.1"
 description = "Ordering kernels for arrow arrays"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-pyarrow-integration-testing/Cargo.toml b/arrow-pyarrow-integration-testing/Cargo.toml
index 9a1daad36..10384b02f 100644
--- a/arrow-pyarrow-integration-testing/Cargo.toml
+++ b/arrow-pyarrow-integration-testing/Cargo.toml
@@ -18,7 +18,7 @@
 [package]
 name = "arrow-pyarrow-integration-testing"
 description = ""
-version = "30.0.0"
+version = "30.0.1"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
diff --git a/arrow-row/Cargo.toml b/arrow-row/Cargo.toml
index 99b1eb150..9e90f9412 100644
--- a/arrow-row/Cargo.toml
+++ b/arrow-row/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-row"
-version = "30.0.0"
+version = "30.0.1"
 description = "Arrow row format"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-schema/Cargo.toml b/arrow-schema/Cargo.toml
index d6fddd1e0..d94684438 100644
--- a/arrow-schema/Cargo.toml
+++ b/arrow-schema/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-schema"
-version = "30.0.0"
+version = "30.0.1"
 description = "Defines the logical types for arrow arrays"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-select/Cargo.toml b/arrow-select/Cargo.toml
index a609f72a6..370859c1a 100644
--- a/arrow-select/Cargo.toml
+++ b/arrow-select/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-select"
-version = "30.0.0"
+version = "30.0.1"
 description = "Selection kernels for arrow arrays"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-string/Cargo.toml b/arrow-string/Cargo.toml
index c6cc2f2a3..43edc5424 100644
--- a/arrow-string/Cargo.toml
+++ b/arrow-string/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow-string"
-version = "30.0.0"
+version = "30.0.1"
 description = "String kernels for arrow arrays"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index 202b4c4f4..561e53777 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow"
-version = "30.0.0"
+version = "30.0.1"
 description = "Rust implementation of Apache Arrow"
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index 6ee83a2c4..ee306b20f 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "parquet"
-version = "30.0.0"
+version = "30.0.1"
 license = "Apache-2.0"
 description = "Apache Parquet implementation in Rust"
 homepage = "https://github.com/apache/arrow-rs"
diff --git a/parquet_derive/Cargo.toml b/parquet_derive/Cargo.toml
index a22503bcf..6e0ff6bf5 100644
--- a/parquet_derive/Cargo.toml
+++ b/parquet_derive/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "parquet_derive"
-version = "30.0.0"
+version = "30.0.1"
 license = "Apache-2.0"
 description = "Derive macros for the Rust implementation of Apache Parquet"
 homepage = "https://github.com/apache/arrow-rs"
diff --git a/parquet_derive_test/Cargo.toml b/parquet_derive_test/Cargo.toml
index 59cfef593..7bef547b3 100644
--- a/parquet_derive_test/Cargo.toml
+++ b/parquet_derive_test/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "parquet_derive_test"
-version = "30.0.0"
+version = "30.0.1"
 license = "Apache-2.0"
 description = "Integration test package for parquet-derive"
 homepage = "https://github.com/apache/arrow-rs"