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 4c9d6d3  Prepare for 5.5.0 Release:  Update version + changelog (#803)
4c9d6d3 is described below

commit 4c9d6d3d4e95d1daa750c93f82dd504a36890c23
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Sep 24 11:45:49 2021 -0400

    Prepare for 5.5.0 Release:  Update version + changelog (#803)
    
    * Update version to 5.5.0
    
    * Update changelog
---
 CHANGELOG.md                                         | 15 +++++++++++++++
 arrow-flight/Cargo.toml                              |  4 ++--
 arrow-pyarrow-integration-testing/Cargo.toml         |  4 ++--
 arrow/Cargo.toml                                     |  2 +-
 arrow/test/dependency/default-features/Cargo.toml    |  2 +-
 arrow/test/dependency/no-default-features/Cargo.toml |  2 +-
 arrow/test/dependency/simd/Cargo.toml                |  2 +-
 integration-testing/Cargo.toml                       |  2 +-
 parquet/Cargo.toml                                   |  6 +++---
 parquet_derive/Cargo.toml                            |  4 ++--
 parquet_derive_test/Cargo.toml                       |  6 +++---
 11 files changed, 32 insertions(+), 17 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0214c34..b2e28ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,21 @@ For older versions, see 
[apache/arrow/CHANGELOG.md](https://github.com/apache/ar
 
 # Changelog
 
+
+## [5.5.0](https://github.com/apache/arrow-rs/tree/5.5.0) (2021-09-24)
+
+[Full Changelog](https://github.com/apache/arrow-rs/compare/5.4.0...5.5.0)
+
+* 
[71023cd2be9b7bfdfab333e518560ef96c61c212](https://github.com/apache/arrow-rs/commit/71023cd2be9b7bfdfab333e518560ef96c61c212)
 chore: Reduce the amount of code generated by monomorphization 
([#715](https://github.com/apache/arrow-rs/pull/715)) 
([#795](https://github.com/apache/arrow-rs/pull/795))
+* 
[64a616719158e2192cedc9948a5ae754e56ca822](https://github.com/apache/arrow-rs/commit/64a616719158e2192cedc9948a5ae754e56ca822)
 add wasm32 to hash, fix wasm32 build 
([#787](https://github.com/apache/arrow-rs/pull/787)) 
([#796](https://github.com/apache/arrow-rs/pull/796))
+* 
[7b1fc7d1f1640fd0b9bb8b036ab1be9c28098ce5](https://github.com/apache/arrow-rs/commit/7b1fc7d1f1640fd0b9bb8b036ab1be9c28098ce5)
 Export `RowColumnIter` to fix doc 
([#763](https://github.com/apache/arrow-rs/pull/763)) 
([#794](https://github.com/apache/arrow-rs/pull/794))
+* 
[6a08c831f68aa1dc1bad8ebd9b034d6c967f9ebf](https://github.com/apache/arrow-rs/commit/6a08c831f68aa1dc1bad8ebd9b034d6c967f9ebf)
 Doctests for arrays - via collect method. 
([#785](https://github.com/apache/arrow-rs/pull/785)) 
([#793](https://github.com/apache/arrow-rs/pull/793))
+* 
[cdcfc9af7352d27634576275f18d0ef6ee7d3d0b](https://github.com/apache/arrow-rs/commit/cdcfc9af7352d27634576275f18d0ef6ee7d3d0b)
 Make BooleanBufferBuilder get_bit not require mutable reference 
([#784](https://github.com/apache/arrow-rs/pull/784)) 
([#792](https://github.com/apache/arrow-rs/pull/792))
+* 
[35724d562d7797f313543e19ab107eb73a93aeb5](https://github.com/apache/arrow-rs/commit/35724d562d7797f313543e19ab107eb73a93aeb5)
 fix: nanosecond timestamp scaling during string conversion 
([#780](https://github.com/apache/arrow-rs/pull/780)) 
([#781](https://github.com/apache/arrow-rs/pull/781)) 
([#791](https://github.com/apache/arrow-rs/pull/791))
+* 
[56da164b414bafb730762187184158e3bcdd07b7](https://github.com/apache/arrow-rs/commit/56da164b414bafb730762187184158e3bcdd07b7)
 Add support for riscv64 ([#769](https://github.com/apache/arrow-rs/pull/769)) 
([#790](https://github.com/apache/arrow-rs/pull/790))
+* 
[f0ad1551bec058d5a4117592e6a121b6ec5e1771](https://github.com/apache/arrow-rs/commit/f0ad1551bec058d5a4117592e6a121b6ec5e1771)
 Added PartialEq to RecordBatch 
([#750](https://github.com/apache/arrow-rs/pull/750)) 
([#789](https://github.com/apache/arrow-rs/pull/789))
+* 
[391be40119b01384e59c100f5519eca572b2e12a](https://github.com/apache/arrow-rs/commit/391be40119b01384e59c100f5519eca572b2e12a)
 Use latest nightly in CI to Fix CI for SIMD  
([#767](https://github.com/apache/arrow-rs/pull/767)) 
([#768](https://github.com/apache/arrow-rs/pull/768))
+
 ## [5.4.0](https://github.com/apache/arrow-rs/tree/5.4.0) (2021-09-10)
 
 [Full Changelog](https://github.com/apache/arrow-rs/compare/5.3.0...5.4.0)
diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml
index 0b61888..186093d 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -18,7 +18,7 @@
 [package]
 name = "arrow-flight"
 description = "Apache Arrow Flight"
-version = "5.4.0"
+version = "5.5.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 = "5.4.0" }
+arrow = { path = "../arrow", version = "5.5.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 54d581a..50a4aaa 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 = "5.4.0"
+version = "5.5.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 = "5.4.0" }
+arrow = { path = "../arrow", version = "5.5.0" }
 pyo3 = { version = "0.12.1", features = ["extension-module"] }
 
 [package.metadata.maturin]
diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index 5680155..1435687 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow"
-version = "5.4.0"
+version = "5.5.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 a2a3f64..f5bbe3b 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 = "5.4.0" }
+arrow = { path = "../../../../arrow", version = "5.5.0" }
 
 [workspace]
diff --git a/arrow/test/dependency/no-default-features/Cargo.toml 
b/arrow/test/dependency/no-default-features/Cargo.toml
index 7a41a4a..e02cf9d 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 = "5.4.0", default-features = 
false }
+arrow = { path = "../../../../arrow", version = "5.5.0", default-features = 
false }
 
 [workspace]
diff --git a/arrow/test/dependency/simd/Cargo.toml 
b/arrow/test/dependency/simd/Cargo.toml
index 06837f6..8439fc4 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 = "5.4.0", features = ["simd"]}
+arrow = { path = "../../../../arrow", version = "5.5.0", features = ["simd"]}
 
 [workspace]
diff --git a/integration-testing/Cargo.toml b/integration-testing/Cargo.toml
index ea09761..f2089b5 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 = "5.4.0"
+version = "5.5.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 9c8e91a..ee67717 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "parquet"
-version = "5.4.0"
+version = "5.5.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 = "5.4.0", optional = true }
+arrow = { path = "../arrow", version = "5.5.0", optional = true }
 base64 = { version = "0.13", optional = true }
 clap = { version = "2.33.3", optional = true }
 serde_json = { version = "1.0", features = ["preserve_order"], optional = true 
}
@@ -54,7 +54,7 @@ snap = "1.0"
 brotli = "3.3"
 flate2 = "1.0"
 lz4 = "1.23"
-arrow = { path = "../arrow", version = "5.4.0" }
+arrow = { path = "../arrow", version = "5.5.0" }
 serde_json = { version = "1.0", features = ["preserve_order"] }
 
 [features]
diff --git a/parquet_derive/Cargo.toml b/parquet_derive/Cargo.toml
index 8bcca06..565ee0d 100644
--- a/parquet_derive/Cargo.toml
+++ b/parquet_derive/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "parquet_derive"
-version = "5.4.0"
+version = "5.5.0"
 license = "Apache-2.0"
 description = "Derive macros for the Rust implementation of Apache Parquet"
 homepage = "https://github.com/apache/arrow-rs";
@@ -39,4 +39,4 @@ uuid = []
 proc-macro2 = "1.0"
 quote = "1.0"
 syn = { version = "1.0", features = ["full", "extra-traits"] }
-parquet = { path = "../parquet", version = "5.4.0" }
+parquet = { path = "../parquet", version = "5.5.0" }
diff --git a/parquet_derive_test/Cargo.toml b/parquet_derive_test/Cargo.toml
index 71b1932..f150ffe 100644
--- a/parquet_derive_test/Cargo.toml
+++ b/parquet_derive_test/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "parquet_derive_test"
-version = "5.4.0"
+version = "5.5.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 = "5.4.0" }
-parquet_derive = { path = "../parquet_derive", version = "5.4.0" }
+parquet = { path = "../parquet", version = "5.5.0" }
+parquet_derive = { path = "../parquet_derive", version = "5.5.0" }
 chrono = "0.4.19"

Reply via email to