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

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


The following commit(s) were added to refs/heads/active_release by this push:
     new 311d59f  Prepare for 6.2.0 release (#947)
311d59f is described below

commit 311d59f2e9f541938b9fcb7c0a8b800a893437dc
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Nov 12 06:56:10 2021 -0500

    Prepare for 6.2.0 release (#947)
    
    * Update version to 6.2.0
    
    * Add CHANGELOG for 6.2.0
---
 CHANGELOG.md                                       | 28 ++++++++++++++++++++--
 arrow-flight/Cargo.toml                            |  4 ++--
 arrow-pyarrow-integration-testing/Cargo.toml       |  4 ++--
 arrow/Cargo.toml                                   |  2 +-
 arrow/test/dependency/default-features/Cargo.toml  |  2 +-
 .../test/dependency/no-default-features/Cargo.toml |  2 +-
 arrow/test/dependency/simd/Cargo.toml              |  2 +-
 integration-testing/Cargo.toml                     |  2 +-
 parquet/Cargo.toml                                 |  4 ++--
 parquet_derive/Cargo.toml                          |  4 ++--
 parquet_derive/README.md                           |  4 ++--
 .../test/dependency/default-features/Cargo.toml    |  2 +-
 parquet_derive_test/Cargo.toml                     |  6 ++---
 13 files changed, 45 insertions(+), 21 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd55ab2..da0a2da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,32 @@ For older versions, see 
[apache/arrow/CHANGELOG.md](https://github.com/apache/ar
 
 # Changelog
 
+## [6.2.0](https://github.com/apache/arrow-rs/tree/6.2.0) (2021-11-12)
+
+
+[Full Changelog](https://github.com/apache/arrow-rs/compare/6.1.0...6.2.0)
+
+**Features / Fixes:**
+
+
+* 
[4037933e43cad9e4de027039ce14caa65f78300a](https://github.com/apache/arrow-rs/commit/4037933e43cad9e4de027039ce14caa65f78300a)
 Fix validation for offsets of StructArrays 
([#942](https://github.com/apache/arrow-rs/pull/942)) 
([#946](https://github.com/apache/arrow-rs/pull/946))
+* 
[1af9ca5d363d870550026a7b1abcb749befbb371](https://github.com/apache/arrow-rs/commit/1af9ca5d363d870550026a7b1abcb749befbb371)
 implement take kernel for null arrays 
([#939](https://github.com/apache/arrow-rs/pull/939)) 
([#944](https://github.com/apache/arrow-rs/pull/944))
+* 
[320de1c20aefbf204f6888e2ad3663863afeba9f](https://github.com/apache/arrow-rs/commit/320de1c20aefbf204f6888e2ad3663863afeba9f)
 add checker for appending i128 to decimal builder 
([#928](https://github.com/apache/arrow-rs/pull/928)) 
([#943](https://github.com/apache/arrow-rs/pull/943))
+* 
[dff14113884ad4246a8cafb9be579ebdb4e1481f](https://github.com/apache/arrow-rs/commit/dff14113884ad4246a8cafb9be579ebdb4e1481f)
 Validate arguments to ArrayData::new and null bit buffer and buffers 
([#810](https://github.com/apache/arrow-rs/pull/810)) 
([#936](https://github.com/apache/arrow-rs/pull/936))
+* 
[c3eae1ec56303b97c9e15263063a6a13122ef194](https://github.com/apache/arrow-rs/commit/c3eae1ec56303b97c9e15263063a6a13122ef194)
 fix some warning about unused variables in panic tests 
([#894](https://github.com/apache/arrow-rs/pull/894)) 
([#933](https://github.com/apache/arrow-rs/pull/933))
+* 
[e80bb018450f13a30811ffd244c42917d8bf8a62](https://github.com/apache/arrow-rs/commit/e80bb018450f13a30811ffd244c42917d8bf8a62)
 fix some clippy warnings ([#896](https://github.com/apache/arrow-rs/pull/896)) 
([#930](https://github.com/apache/arrow-rs/pull/930))
+* 
[bde89463b627be3f60b5569d038ca36c434da71d](https://github.com/apache/arrow-rs/commit/bde89463b627be3f60b5569d038ca36c434da71d)
 feat(ipc): add support for deserializing messages with nested dictionary 
fields ([#923](https://github.com/apache/arrow-rs/pull/923)) 
([#931](https://github.com/apache/arrow-rs/pull/931))
+* 
[792544b5fb7b84224ef9745ecb9f330663c14fb4](https://github.com/apache/arrow-rs/commit/792544b5fb7b84224ef9745ecb9f330663c14fb4)
 refactor regexp_is_match_utf8_scalar to try to mitigate miri failures 
([#895](https://github.com/apache/arrow-rs/pull/895)) 
([#932](https://github.com/apache/arrow-rs/pull/932))
+* 
[3f0e252811cbb6e3f7c774959787dcfec985d03e](https://github.com/apache/arrow-rs/commit/3f0e252811cbb6e3f7c774959787dcfec985d03e)
 Automatically retry failed MIRI runs to work around intermittent failures  
([#934](https://github.com/apache/arrow-rs/pull/934))
+* 
[c9a9515c46d560ced00e23ff57cb10a1c97573cb](https://github.com/apache/arrow-rs/commit/c9a9515c46d560ced00e23ff57cb10a1c97573cb)
 Update mod.rs ([#909](https://github.com/apache/arrow-rs/pull/909)) 
([#919](https://github.com/apache/arrow-rs/pull/919))
+* 
[64ed79ece67141b92dc45b8a1d43cb9d909aa6a9](https://github.com/apache/arrow-rs/commit/64ed79ece67141b92dc45b8a1d43cb9d909aa6a9)
 Mark boolean kernels public 
([#913](https://github.com/apache/arrow-rs/pull/913)) 
([#920](https://github.com/apache/arrow-rs/pull/920))
+* 
[8b95fe0bbf03588c5cc00f67365c5b0dac4d7a34](https://github.com/apache/arrow-rs/commit/8b95fe0bbf03588c5cc00f67365c5b0dac4d7a34)
 doc example  mistype ([#904](https://github.com/apache/arrow-rs/pull/904)) 
([#918](https://github.com/apache/arrow-rs/pull/918))
+* 
[34c5eab4862cab16fdfd5f5ed6c68dce6298dfa4](https://github.com/apache/arrow-rs/commit/34c5eab4862cab16fdfd5f5ed6c68dce6298dfa4)
 allow null array to be cast to all other types 
([#884](https://github.com/apache/arrow-rs/pull/884)) 
([#917](https://github.com/apache/arrow-rs/pull/917))
+* 
[3c69752e55ed0c58f5a8faed918a22b45cd93766](https://github.com/apache/arrow-rs/commit/3c69752e55ed0c58f5a8faed918a22b45cd93766)
 Fix instances of UB that cause tests to not pass under miri 
([#878](https://github.com/apache/arrow-rs/pull/878)) 
([#916](https://github.com/apache/arrow-rs/pull/916))
+* 
[85402148c3af03d0855e81f855715ea98a7491c5](https://github.com/apache/arrow-rs/commit/85402148c3af03d0855e81f855715ea98a7491c5)
 feat(ipc): Support writing dictionaries nested in structs and unions 
([#870](https://github.com/apache/arrow-rs/pull/870)) 
([#915](https://github.com/apache/arrow-rs/pull/915))
+* 
[03d95e626cb0e654775fefa77786674ea41be4a2](https://github.com/apache/arrow-rs/commit/03d95e626cb0e654775fefa77786674ea41be4a2)
 Fix references to changelog 
([#905](https://github.com/apache/arrow-rs/pull/905))
+
+
 ## [6.1.0](https://github.com/apache/arrow-rs/tree/6.1.0) (2021-10-29)
 
 
@@ -44,8 +70,6 @@ For older versions, see 
[apache/arrow/CHANGELOG.md](https://github.com/apache/ar
 * 
[a721e00014015a7e598946b6efb9b1da8080ec85](https://github.com/apache/arrow-rs/commit/a721e00014015a7e598946b6efb9b1da8080ec85)
 Force fresh cargo cache key in CI 
([#839](https://github.com/apache/arrow-rs/pull/839)) 
([#851](https://github.com/apache/arrow-rs/pull/851))
 
 
-# Changelog
-
 ## [6.0.0](https://github.com/apache/arrow-rs/tree/6.0.0) (2021-10-13)
 
 [Full Changelog](https://github.com/apache/arrow-rs/compare/5.5.0...6.0.0)
diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml
index 538732d..b55445d 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -18,7 +18,7 @@
 [package]
 name = "arrow-flight"
 description = "Apache Arrow Flight"
-version = "6.1.0"
+version = "6.2.0"
 edition = "2018"
 authors = ["Apache Arrow <[email protected]>"]
 homepage = "https://github.com/apache/arrow-rs";
@@ -26,7 +26,7 @@ repository = "https://github.com/apache/arrow-rs";
 license = "Apache-2.0"
 
 [dependencies]
-arrow = { path = "../arrow", version = "6.1.0" }
+arrow = { path = "../arrow", version = "6.2.0" }
 base64 = "0.13"
 tonic = "0.5"
 bytes = "1"
diff --git a/arrow-pyarrow-integration-testing/Cargo.toml 
b/arrow-pyarrow-integration-testing/Cargo.toml
index 8fd78a8..dd16fd6 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 = "6.1.0"
+version = "6.2.0"
 homepage = "https://github.com/apache/arrow-rs";
 repository = "https://github.com/apache/arrow-rs";
 authors = ["Apache Arrow <[email protected]>"]
@@ -31,7 +31,7 @@ name = "arrow_pyarrow_integration_testing"
 crate-type = ["cdylib"]
 
 [dependencies]
-arrow = { path = "../arrow", version = "6.1.0", features = ["pyarrow"] }
+arrow = { path = "../arrow", version = "6.2.0", features = ["pyarrow"] }
 pyo3 = { version = "0.14", features = ["extension-module"] }
 
 [package.metadata.maturin]
diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index 384cf54..80b2465 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow"
-version = "6.1.0"
+version = "6.2.0"
 description = "Rust implementation of Apache Arrow"
 homepage = "https://github.com/apache/arrow-rs";
 repository = "https://github.com/apache/arrow-rs";
diff --git a/arrow/test/dependency/default-features/Cargo.toml 
b/arrow/test/dependency/default-features/Cargo.toml
index 0efd811..fcd1b2e 100644
--- a/arrow/test/dependency/default-features/Cargo.toml
+++ b/arrow/test/dependency/default-features/Cargo.toml
@@ -24,6 +24,6 @@ edition = "2018"
 # See more keys and their definitions at 
https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-arrow = { path = "../../../../arrow", version = "6.1.0" }
+arrow = { path = "../../../../arrow", version = "6.2.0" }
 
 [workspace]
diff --git a/arrow/test/dependency/no-default-features/Cargo.toml 
b/arrow/test/dependency/no-default-features/Cargo.toml
index 0f244b8..b0b4bb8 100644
--- a/arrow/test/dependency/no-default-features/Cargo.toml
+++ b/arrow/test/dependency/no-default-features/Cargo.toml
@@ -24,6 +24,6 @@ edition = "2018"
 # See more keys and their definitions at 
https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-arrow = { path = "../../../../arrow", version = "6.1.0", default-features = 
false }
+arrow = { path = "../../../../arrow", version = "6.2.0", default-features = 
false }
 
 [workspace]
diff --git a/arrow/test/dependency/simd/Cargo.toml 
b/arrow/test/dependency/simd/Cargo.toml
index 098159f..93b7866 100644
--- a/arrow/test/dependency/simd/Cargo.toml
+++ b/arrow/test/dependency/simd/Cargo.toml
@@ -24,6 +24,6 @@ edition = "2018"
 # See more keys and their definitions at 
https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-arrow = { path = "../../../../arrow", version = "6.1.0", features = ["simd"]}
+arrow = { path = "../../../../arrow", version = "6.2.0", features = ["simd"]}
 
 [workspace]
diff --git a/integration-testing/Cargo.toml b/integration-testing/Cargo.toml
index 88a0a4a..7c682d6 100644
--- a/integration-testing/Cargo.toml
+++ b/integration-testing/Cargo.toml
@@ -18,7 +18,7 @@
 [package]
 name = "arrow-integration-testing"
 description = "Binaries used in the Arrow integration tests"
-version = "6.1.0"
+version = "6.2.0"
 homepage = "https://github.com/apache/arrow-rs";
 repository = "https://github.com/apache/arrow-rs";
 authors = ["Apache Arrow <[email protected]>"]
diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index 702c3da..02fc262 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "parquet"
-version = "6.1.0"
+version = "6.2.0"
 license = "Apache-2.0"
 description = "Apache Parquet implementation in Rust"
 homepage = "https://github.com/apache/arrow-rs";
@@ -41,7 +41,7 @@ lz4 = { version = "1.23", optional = true }
 zstd = { version = "0.9", optional = true }
 chrono = "0.4"
 num-bigint = "0.4"
-arrow = { path = "../arrow", version = "6.1.0", optional = true, 
default-features = false, features = ["ipc"] }
+arrow = { path = "../arrow", version = "6.2.0", optional = true, 
default-features = false, features = ["ipc"] }
 base64 = { version = "0.13", optional = true }
 clap = { version = "2.33.3", optional = true }
 serde_json = { version = "1.0", features = ["preserve_order"], optional = true 
}
diff --git a/parquet_derive/Cargo.toml b/parquet_derive/Cargo.toml
index f479125..a86f5dc 100644
--- a/parquet_derive/Cargo.toml
+++ b/parquet_derive/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "parquet_derive"
-version = "6.1.0"
+version = "6.2.0"
 license = "Apache-2.0"
 description = "Derive macros for the Rust implementation of Apache Parquet"
 homepage = "https://github.com/apache/arrow-rs";
@@ -34,4 +34,4 @@ proc-macro = true
 proc-macro2 = "1.0"
 quote = "1.0"
 syn = { version = "1.0", features = ["full", "extra-traits"] }
-parquet = { path = "../parquet", version = "6.1.0" }
+parquet = { path = "../parquet", version = "6.2.0" }
diff --git a/parquet_derive/README.md b/parquet_derive/README.md
index a95254c..a296b01 100644
--- a/parquet_derive/README.md
+++ b/parquet_derive/README.md
@@ -30,8 +30,8 @@ Derive also has some support for the chrono time library. You 
must must enable t
 Add this to your Cargo.toml:
 ```toml
 [dependencies]
-parquet = "6.1.0"
-parquet_derive = "6.1.0"
+parquet = "6.2.0"
+parquet_derive = "6.2.0"
 ```
 
 and this to your crate root:
diff --git a/parquet_derive/test/dependency/default-features/Cargo.toml 
b/parquet_derive/test/dependency/default-features/Cargo.toml
index f4da805..a79a303 100644
--- a/parquet_derive/test/dependency/default-features/Cargo.toml
+++ b/parquet_derive/test/dependency/default-features/Cargo.toml
@@ -24,7 +24,7 @@ edition = "2018"
 # See more keys and their definitions at 
https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-parquet_derive = { path = "../../../../parquet_derive", version = "6.1.0" }
+parquet_derive = { path = "../../../../parquet_derive", version = "6.2.0" }
 
 # Keep this out of the default workspace
 [workspace]
diff --git a/parquet_derive_test/Cargo.toml b/parquet_derive_test/Cargo.toml
index ae38071..4fb6a82 100644
--- a/parquet_derive_test/Cargo.toml
+++ b/parquet_derive_test/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "parquet_derive_test"
-version = "6.1.0"
+version = "6.2.0"
 license = "Apache-2.0"
 description = "Integration test package for parquet-derive"
 homepage = "https://github.com/apache/arrow-rs";
@@ -28,6 +28,6 @@ edition = "2018"
 publish = false
 
 [dependencies]
-parquet = { path = "../parquet", version = "6.1.0" }
-parquet_derive = { path = "../parquet_derive", version = "6.1.0" }
+parquet = { path = "../parquet", version = "6.2.0" }
+parquet_derive = { path = "../parquet_derive", version = "6.2.0" }
 chrono = "0.4.19"
\ No newline at end of file

Reply via email to