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/13 07:32:36 UTC

[arrow-rs] branch master updated (79d823f9a -> 8688dba69)

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

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


    from 79d823f9a Additional nullif re-export (#3515)
     add 8688dba69 Update version to `31.0.0` and add changelog (#3518)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG-old.md                             |  91 +++++++++++++++++++++
 CHANGELOG.md                                 | 116 ++++++++++++++-------------
 arrow-arith/Cargo.toml                       |  10 +--
 arrow-array/Cargo.toml                       |   8 +-
 arrow-buffer/Cargo.toml                      |   2 +-
 arrow-cast/Cargo.toml                        |  12 +--
 arrow-csv/Cargo.toml                         |  12 +--
 arrow-data/Cargo.toml                        |   6 +-
 arrow-flight/Cargo.toml                      |  14 ++--
 arrow-flight/README.md                       |   2 +-
 arrow-integration-test/Cargo.toml            |   6 +-
 arrow-integration-testing/Cargo.toml         |   2 +-
 arrow-ipc/Cargo.toml                         |  12 +--
 arrow-json/Cargo.toml                        |  12 +--
 arrow-ord/Cargo.toml                         |  12 +--
 arrow-pyarrow-integration-testing/Cargo.toml |   4 +-
 arrow-row/Cargo.toml                         |  14 ++--
 arrow-schema/Cargo.toml                      |   2 +-
 arrow-select/Cargo.toml                      |  10 +--
 arrow-string/Cargo.toml                      |  12 +--
 arrow/Cargo.toml                             |  28 +++----
 arrow/README.md                              |   2 +-
 dev/release/README.md                        |   2 +-
 dev/release/update_change_log.sh             |   4 +-
 parquet/Cargo.toml                           |  20 ++---
 parquet_derive/Cargo.toml                    |   4 +-
 parquet_derive/README.md                     |   4 +-
 parquet_derive_test/Cargo.toml               |   6 +-
 28 files changed, 261 insertions(+), 168 deletions(-)