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/12/09 19:21:58 UTC

[arrow-rs] branch master updated (d18827d28 -> a92804e24)

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 d18827d28 FlightSQL Client & integration test (#3207)
     add a92804e24 Update versions to  29.0.0 and update CHANGELOG (#3315)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG-old.md                             | 102 ++++++++++++++++
 CHANGELOG.md                                 | 170 +++++++++++++--------------
 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                      |  12 +-
 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-schema/Cargo.toml                      |   2 +-
 arrow-select/Cargo.toml                      |  10 +-
 arrow-string/Cargo.toml                      |  10 +-
 arrow/Cargo.toml                             |  24 ++--
 arrow/README.md                              |   2 +-
 dev/release/README.md                        |   2 +-
 dev/release/file_release_pr.sh               |   4 +-
 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 +-
 27 files changed, 282 insertions(+), 184 deletions(-)