You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/10/28 19:43:48 UTC

[arrow-rs] branch master updated (cbee739dd -> 779804317)

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

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


    from cbee739dd Format Timestamps as RFC3339 (#2939)
     add 779804317 Update version to 26.0.0 and add Changelog (#2962)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG-old.md                             |  68 ++++++++++++++
 CHANGELOG.md                                 | 128 ++++++++++++++++-----------
 arrow-array/Cargo.toml                       |   8 +-
 arrow-buffer/Cargo.toml                      |   2 +-
 arrow-data/Cargo.toml                        |   6 +-
 arrow-flight/Cargo.toml                      |   4 +-
 arrow-flight/README.md                       |   2 +-
 arrow-integration-test/Cargo.toml            |   6 +-
 arrow-integration-testing/Cargo.toml         |   2 +-
 arrow-pyarrow-integration-testing/Cargo.toml |   4 +-
 arrow-schema/Cargo.toml                      |   2 +-
 arrow-select/Cargo.toml                      |  10 +--
 arrow/Cargo.toml                             |  12 +--
 arrow/README.md                              |   2 +-
 dev/release/README.md                        |   2 +-
 dev/release/update_change_log.sh             |   4 +-
 parquet/Cargo.toml                           |   6 +-
 parquet_derive/Cargo.toml                    |   4 +-
 parquet_derive/README.md                     |   4 +-
 parquet_derive_test/Cargo.toml               |   6 +-
 20 files changed, 188 insertions(+), 94 deletions(-)