This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 8f44472e5c Prepare arrow 44.0.0 (#4528)
8f44472e5c is described below
commit 8f44472e5c773f0daec1965253143e94d14c55e5
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Fri Jul 14 13:33:15 2023 -0400
Prepare arrow 44.0.0 (#4528)
* Prepare arrow 44.0.0
* Final tweaks
---
CHANGELOG-old.md | 47 +++++++++++++++++++++++++++++
CHANGELOG.md | 64 +++++++++++++++++++---------------------
Cargo.toml | 32 ++++++++++----------
dev/release/update_change_log.sh | 4 +--
4 files changed, 95 insertions(+), 52 deletions(-)
diff --git a/CHANGELOG-old.md b/CHANGELOG-old.md
index 295728a67d..1d732ce6c0 100644
--- a/CHANGELOG-old.md
+++ b/CHANGELOG-old.md
@@ -19,6 +19,53 @@
# Historical Changelog
+## [43.0.0](https://github.com/apache/arrow-rs/tree/43.0.0) (2023-06-30)
+
+[Full Changelog](https://github.com/apache/arrow-rs/compare/42.0.0...43.0.0)
+
+**Breaking changes:**
+
+- Simplify ffi import/export
[\#4447](https://github.com/apache/arrow-rs/pull/4447)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([Virgiel](https://github.com/Virgiel))
+- Return Result from Parquet Row APIs
[\#4428](https://github.com/apache/arrow-rs/pull/4428)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
([zeevm](https://github.com/zeevm))
+- Remove Binary Dictionary Arithmetic Support
[\#4407](https://github.com/apache/arrow-rs/pull/4407)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://github.com/tustvold))
+
+**Implemented enhancements:**
+
+- Request: a way to copy a `Row` to `Rows`
[\#4466](https://github.com/apache/arrow-rs/issues/4466)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Reuse schema when importing from FFI
[\#4444](https://github.com/apache/arrow-rs/issues/4444)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- \[FlightSQL\] Allow implementations of `FlightSqlService` to handle custom
actions and commands [\#4439](https://github.com/apache/arrow-rs/issues/4439)
+- Support `NullBuilder`
[\#4429](https://github.com/apache/arrow-rs/issues/4429)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+
+**Fixed bugs:**
+
+- Regression in in parquet `42.0.0` : Bad parquet column indexes for All Null
Columns, resulting in `Parquet error: StructArrayReader out of sync` on read
[\#4459](https://github.com/apache/arrow-rs/issues/4459)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
+- Regression in 42.0.0: Parsing fractional intervals without leading 0 is not
supported [\#4424](https://github.com/apache/arrow-rs/issues/4424)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+
+**Documentation updates:**
+
+- doc: deploy crate docs to GitHub pages
[\#4436](https://github.com/apache/arrow-rs/pull/4436)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([xxchan](https://github.com/xxchan))
+
+**Merged pull requests:**
+
+- Append Row to Rows \(\#4466\)
[\#4470](https://github.com/apache/arrow-rs/pull/4470)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://github.com/tustvold))
+- feat\(flight-sql\): Allow implementations of FlightSqlService to handle
custom actions and commands
[\#4463](https://github.com/apache/arrow-rs/pull/4463)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)]
([amartins23](https://github.com/amartins23))
+- Docs: Add clearer API doc links
[\#4461](https://github.com/apache/arrow-rs/pull/4461)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)]
([alamb](https://github.com/alamb))
+- Fix empty offset index for all null columns \(\#4459\)
[\#4460](https://github.com/apache/arrow-rs/pull/4460)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
([tustvold](https://github.com/tustvold))
+- Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3
[\#4455](https://github.com/apache/arrow-rs/pull/4455)
([dependabot[bot]](https://github.com/apps/dependabot))
+- Convince the compiler to auto-vectorize the range check in parquet
DictionaryBuffer [\#4453](https://github.com/apache/arrow-rs/pull/4453)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
([jhorstmann](https://github.com/jhorstmann))
+- fix docs deployment [\#4452](https://github.com/apache/arrow-rs/pull/4452)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([xxchan](https://github.com/xxchan))
+- Update indexmap requirement from 1.9 to 2.0
[\#4451](https://github.com/apache/arrow-rs/pull/4451)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([dependabot[bot]](https://github.com/apps/dependabot))
+- Update proc-macro2 requirement from =1.0.60 to =1.0.63
[\#4450](https://github.com/apache/arrow-rs/pull/4450)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)]
([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump actions/deploy-pages from 1 to 2
[\#4449](https://github.com/apache/arrow-rs/pull/4449)
([dependabot[bot]](https://github.com/apps/dependabot))
+- Revise error message in From\<Buffer\> for ScalarBuffer
[\#4446](https://github.com/apache/arrow-rs/pull/4446)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([viirya](https://github.com/viirya))
+- minor: remove useless mut
[\#4443](https://github.com/apache/arrow-rs/pull/4443)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([jackwener](https://github.com/jackwener))
+- unify substring for binary&utf8
[\#4442](https://github.com/apache/arrow-rs/pull/4442)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([jackwener](https://github.com/jackwener))
+- Casting fixedsizelist to list/largelist
[\#4433](https://github.com/apache/arrow-rs/pull/4433)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([jayzhan211](https://github.com/jayzhan211))
+- feat: support `NullBuilder`
[\#4430](https://github.com/apache/arrow-rs/pull/4430)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([izveigor](https://github.com/izveigor))
+- Remove Float64 -\> Float32 cast in IPC Reader
[\#4427](https://github.com/apache/arrow-rs/pull/4427)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([ming08108](https://github.com/ming08108))
+- Parse intervals like `.5` the same as `0.5`
[\#4425](https://github.com/apache/arrow-rs/pull/4425)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([alamb](https://github.com/alamb))
+- feat: add strict mode to json reader
[\#4421](https://github.com/apache/arrow-rs/pull/4421)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([blinkseb](https://github.com/blinkseb))
+- Add DictionaryArray::occupancy
[\#4415](https://github.com/apache/arrow-rs/pull/4415)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://github.com/tustvold))
## [42.0.0](https://github.com/apache/arrow-rs/tree/42.0.0) (2023-06-16)
[Full Changelog](https://github.com/apache/arrow-rs/compare/41.0.0...42.0.0)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ed2f14206..bef7a7c5cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,53 +19,49 @@
# Changelog
-## [43.0.0](https://github.com/apache/arrow-rs/tree/43.0.0) (2023-06-30)
+## [44.0.0](https://github.com/apache/arrow-rs/tree/44.0.0) (2023-07-14)
-[Full Changelog](https://github.com/apache/arrow-rs/compare/42.0.0...43.0.0)
+[Full Changelog](https://github.com/apache/arrow-rs/compare/43.0.0...44.0.0)
**Breaking changes:**
-- Simplify ffi import/export
[\#4447](https://github.com/apache/arrow-rs/pull/4447)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([Virgiel](https://github.com/Virgiel))
-- Return Result from Parquet Row APIs
[\#4428](https://github.com/apache/arrow-rs/pull/4428)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
([zeevm](https://github.com/zeevm))
-- Remove Binary Dictionary Arithmetic Support
[\#4407](https://github.com/apache/arrow-rs/pull/4407)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://github.com/tustvold))
+- Use Parser for cast kernel \(\#4512\)
[\#4513](https://github.com/apache/arrow-rs/pull/4513)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://github.com/tustvold))
+- Add Datum based arithmetic kernels \(\#3999\)
[\#4465](https://github.com/apache/arrow-rs/pull/4465)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://github.com/tustvold))
**Implemented enhancements:**
-- Request: a way to copy a `Row` to `Rows`
[\#4466](https://github.com/apache/arrow-rs/issues/4466)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
-- Reuse schema when importing from FFI
[\#4444](https://github.com/apache/arrow-rs/issues/4444)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
-- \[FlightSQL\] Allow implementations of `FlightSqlService` to handle custom
actions and commands [\#4439](https://github.com/apache/arrow-rs/issues/4439)
-- Support `NullBuilder`
[\#4429](https://github.com/apache/arrow-rs/issues/4429)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- eq\_dyn\_binary\_scalar should support FixedSizeBinary types
[\#4491](https://github.com/apache/arrow-rs/issues/4491)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Port Tests from Deprecated Arithmetic Kernels
[\#4480](https://github.com/apache/arrow-rs/issues/4480)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Implement RecordBatchReader for Boxed trait object
[\#4474](https://github.com/apache/arrow-rs/issues/4474)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Support `Date` - `Date` kernel
[\#4383](https://github.com/apache/arrow-rs/issues/4383)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Default FlightSqlService Implementations
[\#4372](https://github.com/apache/arrow-rs/issues/4372)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)]
**Fixed bugs:**
-- Regression in in parquet `42.0.0` : Bad parquet column indexes for All Null
Columns, resulting in `Parquet error: StructArrayReader out of sync` on read
[\#4459](https://github.com/apache/arrow-rs/issues/4459)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
-- Regression in 42.0.0: Parsing fractional intervals without leading 0 is not
supported [\#4424](https://github.com/apache/arrow-rs/issues/4424)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
-
-**Documentation updates:**
-
-- doc: deploy crate docs to GitHub pages
[\#4436](https://github.com/apache/arrow-rs/pull/4436)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([xxchan](https://github.com/xxchan))
+- Parquet: `AsyncArrowWriter` to a file corrupts the footer for large columns
[\#4526](https://github.com/apache/arrow-rs/issues/4526)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
+- \[object\_store\] Failure to send bytes to azure
[\#4522](https://github.com/apache/arrow-rs/issues/4522)
+- Cannot cast string '2021-01-02' to value of Date64 type
[\#4512](https://github.com/apache/arrow-rs/issues/4512)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Incorrect Interval Subtraction
[\#4489](https://github.com/apache/arrow-rs/issues/4489)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Interval Negation Incorrect
[\#4488](https://github.com/apache/arrow-rs/issues/4488)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Parquet: AsyncArrowWriter inner buffer is not correctly limited and causes
OOM [\#4477](https://github.com/apache/arrow-rs/issues/4477)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
**Merged pull requests:**
-- Append Row to Rows \(\#4466\)
[\#4470](https://github.com/apache/arrow-rs/pull/4470)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://github.com/tustvold))
-- feat\(flight-sql\): Allow implementations of FlightSqlService to handle
custom actions and commands
[\#4463](https://github.com/apache/arrow-rs/pull/4463)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)]
([amartins23](https://github.com/amartins23))
-- Docs: Add clearer API doc links
[\#4461](https://github.com/apache/arrow-rs/pull/4461)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)]
([alamb](https://github.com/alamb))
-- Fix empty offset index for all null columns \(\#4459\)
[\#4460](https://github.com/apache/arrow-rs/pull/4460)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
([tustvold](https://github.com/tustvold))
-- Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3
[\#4455](https://github.com/apache/arrow-rs/pull/4455)
([dependabot[bot]](https://github.com/apps/dependabot))
-- Convince the compiler to auto-vectorize the range check in parquet
DictionaryBuffer [\#4453](https://github.com/apache/arrow-rs/pull/4453)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
([jhorstmann](https://github.com/jhorstmann))
-- fix docs deployment [\#4452](https://github.com/apache/arrow-rs/pull/4452)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([xxchan](https://github.com/xxchan))
-- Update indexmap requirement from 1.9 to 2.0
[\#4451](https://github.com/apache/arrow-rs/pull/4451)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([dependabot[bot]](https://github.com/apps/dependabot))
-- Update proc-macro2 requirement from =1.0.60 to =1.0.63
[\#4450](https://github.com/apache/arrow-rs/pull/4450)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)]
([dependabot[bot]](https://github.com/apps/dependabot))
-- Bump actions/deploy-pages from 1 to 2
[\#4449](https://github.com/apache/arrow-rs/pull/4449)
([dependabot[bot]](https://github.com/apps/dependabot))
-- Revise error message in From\<Buffer\> for ScalarBuffer
[\#4446](https://github.com/apache/arrow-rs/pull/4446)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([viirya](https://github.com/viirya))
-- minor: remove useless mut
[\#4443](https://github.com/apache/arrow-rs/pull/4443)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([jackwener](https://github.com/jackwener))
-- unify substring for binary&utf8
[\#4442](https://github.com/apache/arrow-rs/pull/4442)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([jackwener](https://github.com/jackwener))
-- Casting fixedsizelist to list/largelist
[\#4433](https://github.com/apache/arrow-rs/pull/4433)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([jayzhan211](https://github.com/jayzhan211))
-- feat: support `NullBuilder`
[\#4430](https://github.com/apache/arrow-rs/pull/4430)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([izveigor](https://github.com/izveigor))
-- Remove Float64 -\> Float32 cast in IPC Reader
[\#4427](https://github.com/apache/arrow-rs/pull/4427)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([ming08108](https://github.com/ming08108))
-- Parse intervals like `.5` the same as `0.5`
[\#4425](https://github.com/apache/arrow-rs/pull/4425)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([alamb](https://github.com/alamb))
-- feat: add strict mode to json reader
[\#4421](https://github.com/apache/arrow-rs/pull/4421)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([blinkseb](https://github.com/blinkseb))
-- Add DictionaryArray::occupancy
[\#4415](https://github.com/apache/arrow-rs/pull/4415)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://github.com/tustvold))
+- Fix AsyncArrowWriter flush for large buffer sizes \(\#4526\)
[\#4527](https://github.com/apache/arrow-rs/pull/4527)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
([tustvold](https://github.com/tustvold))
+- Cleanup cast\_primitive\_to\_list
[\#4511](https://github.com/apache/arrow-rs/pull/4511)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://github.com/tustvold))
+- Bump actions/upload-pages-artifact from 1 to 2
[\#4508](https://github.com/apache/arrow-rs/pull/4508)
([dependabot[bot]](https://github.com/apps/dependabot))
+- Support Date - Date \(\#4383\)
[\#4504](https://github.com/apache/arrow-rs/pull/4504)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://github.com/tustvold))
+- Bump actions/labeler from 4.2.0 to 4.3.0
[\#4501](https://github.com/apache/arrow-rs/pull/4501)
([dependabot[bot]](https://github.com/apps/dependabot))
+- Update proc-macro2 requirement from =1.0.63 to =1.0.64
[\#4500](https://github.com/apache/arrow-rs/pull/4500)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)]
([dependabot[bot]](https://github.com/apps/dependabot))
+- Add negate kernels \(\#4488\)
[\#4494](https://github.com/apache/arrow-rs/pull/4494)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://github.com/tustvold))
+- Add Datum Arithmetic tests, Fix Interval Substraction \(\#4480\)
[\#4493](https://github.com/apache/arrow-rs/pull/4493)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://github.com/tustvold))
+- support FixedSizeBinary types in
eq\_dyn\_binary\_scalar/neq\_dyn\_binary\_scalar
[\#4492](https://github.com/apache/arrow-rs/pull/4492)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([maxburke](https://github.com/maxburke))
+- Add default implementations to the FlightSqlService trait
[\#4485](https://github.com/apache/arrow-rs/pull/4485)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)]
([rossjones](https://github.com/rossjones))
+- add num-complex requirement
[\#4482](https://github.com/apache/arrow-rs/pull/4482)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([mwlon](https://github.com/mwlon))
+- fix incorrect buffer size limiting in parquet async writer
[\#4478](https://github.com/apache/arrow-rs/pull/4478)
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
([richox](https://github.com/richox))
+- feat: support RecordBatchReader on boxed trait objects
[\#4475](https://github.com/apache/arrow-rs/pull/4475)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([wjones127](https://github.com/wjones127))
+- Improve in-place primitive sorts by 13-67%
[\#4473](https://github.com/apache/arrow-rs/pull/4473)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([psvri](https://github.com/psvri))
+- Add Scalar/Datum abstraction \(\#1047\)
[\#4393](https://github.com/apache/arrow-rs/pull/4393)
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://github.com/tustvold))
diff --git a/Cargo.toml b/Cargo.toml
index 173bafc6e0..ea21b97c70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,7 +61,7 @@ exclude = [
]
[workspace.package]
-version = "43.0.0"
+version = "44.0.0"
homepage = "https://github.com/apache/arrow-rs"
repository = "https://github.com/apache/arrow-rs"
authors = ["Apache Arrow <[email protected]>"]
@@ -76,18 +76,18 @@ edition = "2021"
rust-version = "1.62"
[workspace.dependencies]
-arrow = { version = "43.0.0", path = "./arrow", default-features = false }
-arrow-arith = { version = "43.0.0", path = "./arrow-arith" }
-arrow-array = { version = "43.0.0", path = "./arrow-array" }
-arrow-buffer = { version = "43.0.0", path = "./arrow-buffer" }
-arrow-cast = { version = "43.0.0", path = "./arrow-cast" }
-arrow-csv = { version = "43.0.0", path = "./arrow-csv" }
-arrow-data = { version = "43.0.0", path = "./arrow-data" }
-arrow-ipc = { version = "43.0.0", path = "./arrow-ipc" }
-arrow-json = { version = "43.0.0", path = "./arrow-json" }
-arrow-ord = { version = "43.0.0", path = "./arrow-ord" }
-arrow-row = { version = "43.0.0", path = "./arrow-row" }
-arrow-schema = { version = "43.0.0", path = "./arrow-schema" }
-arrow-select = { version = "43.0.0", path = "./arrow-select" }
-arrow-string = { version = "43.0.0", path = "./arrow-string" }
-parquet = { version = "43.0.0", path = "./parquet", default-features = false }
+arrow = { version = "44.0.0", path = "./arrow", default-features = false }
+arrow-arith = { version = "44.0.0", path = "./arrow-arith" }
+arrow-array = { version = "44.0.0", path = "./arrow-array" }
+arrow-buffer = { version = "44.0.0", path = "./arrow-buffer" }
+arrow-cast = { version = "44.0.0", path = "./arrow-cast" }
+arrow-csv = { version = "44.0.0", path = "./arrow-csv" }
+arrow-data = { version = "44.0.0", path = "./arrow-data" }
+arrow-ipc = { version = "44.0.0", path = "./arrow-ipc" }
+arrow-json = { version = "44.0.0", path = "./arrow-json" }
+arrow-ord = { version = "44.0.0", path = "./arrow-ord" }
+arrow-row = { version = "44.0.0", path = "./arrow-row" }
+arrow-schema = { version = "44.0.0", path = "./arrow-schema" }
+arrow-select = { version = "44.0.0", path = "./arrow-select" }
+arrow-string = { version = "44.0.0", path = "./arrow-string" }
+parquet = { version = "44.0.0", path = "./parquet", default-features = false }
diff --git a/dev/release/update_change_log.sh b/dev/release/update_change_log.sh
index 6b4b0a56c4..6a0fee19b1 100755
--- a/dev/release/update_change_log.sh
+++ b/dev/release/update_change_log.sh
@@ -29,8 +29,8 @@
set -e
-SINCE_TAG="42.0.0"
-FUTURE_RELEASE="43.0.0"
+SINCE_TAG="43.0.0"
+FUTURE_RELEASE="44.0.0"
SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
SOURCE_TOP_DIR="$(cd "${SOURCE_DIR}/../../" && pwd)"