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 16744e5ac0 Prepare arrow 45 (#4590)
16744e5ac0 is described below

commit 16744e5ac08d9ead6c51ff6e08d8b91e87460c52
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Sun Jul 30 17:28:55 2023 +0100

    Prepare arrow 45 (#4590)
---
 CHANGELOG-old.md                 | 43 ++++++++++++++++++++++++++
 CHANGELOG.md                     | 66 ++++++++++++++++++++++------------------
 Cargo.toml                       | 32 +++++++++----------
 dev/release/update_change_log.sh |  4 +--
 4 files changed, 97 insertions(+), 48 deletions(-)

diff --git a/CHANGELOG-old.md b/CHANGELOG-old.md
index 1d732ce6c0..4d04f9515c 100644
--- a/CHANGELOG-old.md
+++ b/CHANGELOG-old.md
@@ -19,6 +19,49 @@
 
 # Historical Changelog
 
+## [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/43.0.0...44.0.0)
+
+**Breaking changes:**
+
+- 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:**
+
+- 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:**
+
+- 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:**
+
+- 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))
 ## [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)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bef7a7c5cf..6c52c58434 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,49 +19,55 @@
 
 # Changelog
 
-## [44.0.0](https://github.com/apache/arrow-rs/tree/44.0.0) (2023-07-14)
+## [45.0.0](https://github.com/apache/arrow-rs/tree/45.0.0) (2023-07-30)
 
-[Full Changelog](https://github.com/apache/arrow-rs/compare/43.0.0...44.0.0)
+[Full Changelog](https://github.com/apache/arrow-rs/compare/44.0.0...45.0.0)
 
 **Breaking changes:**
 
-- 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))
+- Fix timezoned timestamp arithmetic 
[\#4546](https://github.com/apache/arrow-rs/pull/4546) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([alexandreyc](https://github.com/alexandreyc))
 
 **Implemented enhancements:**
 
-- 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)]
+- Use FormatOptions in Const Contexts 
[\#4580](https://github.com/apache/arrow-rs/issues/4580) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Human Readable Duration Display 
[\#4554](https://github.com/apache/arrow-rs/issues/4554) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- `BooleanBuilder`: Add `validity_slice` method for accessing validity bits 
[\#4535](https://github.com/apache/arrow-rs/issues/4535) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Support `FixedSizedListArray` for `length` kernel 
[\#4517](https://github.com/apache/arrow-rs/issues/4517) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- `RowCoverter::convert` that targets an existing `Rows` 
[\#4479](https://github.com/apache/arrow-rs/issues/4479) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
 
 **Fixed bugs:**
 
-- 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)]
+- Panic `assertion failed: idx < self.len` when casting DictionaryArrays with 
nulls [\#4576](https://github.com/apache/arrow-rs/issues/4576) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- arrow-arith is\_null is buggy with NullArray 
[\#4565](https://github.com/apache/arrow-rs/issues/4565) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Incorrect Interval to Duration Casting 
[\#4553](https://github.com/apache/arrow-rs/issues/4553) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Too large validity buffer pre-allocation in `FixedSizeListBuilder::new` 
[\#4549](https://github.com/apache/arrow-rs/issues/4549) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Like with wildcards fail to match fields with new lines. 
[\#4547](https://github.com/apache/arrow-rs/issues/4547) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
+- Timestamp Interval Arithmetic Ignores Timezone 
[\#4457](https://github.com/apache/arrow-rs/issues/4457) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
 
 **Merged pull requests:**
 
-- 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))
+- refactor: simplify hour\_dyn\(\) with time\_fraction\_dyn\(\) 
[\#4588](https://github.com/apache/arrow-rs/pull/4588) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([jackwener](https://github.com/jackwener))
+- Move from\_iter\_values to GenericByteArray 
[\#4586](https://github.com/apache/arrow-rs/pull/4586) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([tustvold](https://github.com/tustvold))
+- Mark GenericByteArray::new\_unchecked unsafe 
[\#4584](https://github.com/apache/arrow-rs/pull/4584) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([tustvold](https://github.com/tustvold))
+- Configurable Duration Display 
[\#4581](https://github.com/apache/arrow-rs/pull/4581) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([tustvold](https://github.com/tustvold))
+- Fix take\_bytes Null and Overflow Handling \(\#4576\) 
[\#4579](https://github.com/apache/arrow-rs/pull/4579) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([tustvold](https://github.com/tustvold))
+- Move chrono-tz arithmetic tests to integration 
[\#4571](https://github.com/apache/arrow-rs/pull/4571) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([tustvold](https://github.com/tustvold))
+- Write Page Offset Index For All-Nan Pages 
[\#4567](https://github.com/apache/arrow-rs/pull/4567) 
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)] 
([MachaelLee](https://github.com/MachaelLee))
+- support NullArray un arith/boolean kernel 
[\#4566](https://github.com/apache/arrow-rs/pull/4566) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([smiklos](https://github.com/smiklos))
+- Remove Sync from arrow-flight example 
[\#4564](https://github.com/apache/arrow-rs/pull/4564) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
[[arrow-flight](https://github.com/apache/arrow-rs/labels/arrow-flight)] 
([tustvold](https://github.com/tustvold))
+- Fix interval to duration casting \(\#4553\) 
[\#4562](https://github.com/apache/arrow-rs/pull/4562) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([tustvold](https://github.com/tustvold))
+- docs: fix wrong parameter name 
[\#4559](https://github.com/apache/arrow-rs/pull/4559) 
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)] 
([SteveLauC](https://github.com/SteveLauC))
+- Fix FixedSizeListBuilder capacity \(\#4549\) 
[\#4552](https://github.com/apache/arrow-rs/pull/4552) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([tustvold](https://github.com/tustvold))
+- docs: fix wrong inline code snippet in parquet document 
[\#4550](https://github.com/apache/arrow-rs/pull/4550) 
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)] 
([SteveLauC](https://github.com/SteveLauC))
+- fix multiline wildcard likes \(fixes \#4547\) 
[\#4548](https://github.com/apache/arrow-rs/pull/4548) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([nl5887](https://github.com/nl5887))
+- Provide default `is_empty` impl for `arrow::array::ArrayBuilder` 
[\#4543](https://github.com/apache/arrow-rs/pull/4543) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([mbrobbel](https://github.com/mbrobbel))
+- Add RowConverter::append \(\#4479\) 
[\#4541](https://github.com/apache/arrow-rs/pull/4541) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([tustvold](https://github.com/tustvold))
+- Clarify GenericColumnReader::read\_records 
[\#4540](https://github.com/apache/arrow-rs/pull/4540) 
[[parquet](https://github.com/apache/arrow-rs/labels/parquet)] 
([tustvold](https://github.com/tustvold))
+- Initial loongarch port 
[\#4538](https://github.com/apache/arrow-rs/pull/4538) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([xiangzhai](https://github.com/xiangzhai))
+- Update proc-macro2 requirement from =1.0.64 to =1.0.66 
[\#4537](https://github.com/apache/arrow-rs/pull/4537) 
[[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 a validity slice access for boolean array builders 
[\#4536](https://github.com/apache/arrow-rs/pull/4536) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([ChristianBeilschmidt](https://github.com/ChristianBeilschmidt))
+- use new num version instead of explicit num-complex dependency 
[\#4532](https://github.com/apache/arrow-rs/pull/4532) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([mwlon](https://github.com/mwlon))
+- feat: Support `FixedSizedListArray` for `length` kernel 
[\#4520](https://github.com/apache/arrow-rs/pull/4520) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([Weijun-H](https://github.com/Weijun-H))
 
 
 
diff --git a/Cargo.toml b/Cargo.toml
index ea21b97c70..ea64c12507 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,7 +61,7 @@ exclude = [
 ]
 
 [workspace.package]
-version = "44.0.0"
+version = "45.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 = "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 }
+arrow = { version = "45.0.0", path = "./arrow", default-features = false }
+arrow-arith = { version = "45.0.0", path = "./arrow-arith" }
+arrow-array = { version = "45.0.0", path = "./arrow-array" }
+arrow-buffer = { version = "45.0.0", path = "./arrow-buffer" }
+arrow-cast = { version = "45.0.0", path = "./arrow-cast" }
+arrow-csv = { version = "45.0.0", path = "./arrow-csv" }
+arrow-data = { version = "45.0.0", path = "./arrow-data" }
+arrow-ipc = { version = "45.0.0", path = "./arrow-ipc" }
+arrow-json = { version = "45.0.0", path = "./arrow-json" }
+arrow-ord = { version = "45.0.0", path = "./arrow-ord" }
+arrow-row = { version = "45.0.0", path = "./arrow-row" }
+arrow-schema = { version = "45.0.0", path = "./arrow-schema" }
+arrow-select = { version = "45.0.0", path = "./arrow-select" }
+arrow-string = { version = "45.0.0", path = "./arrow-string" }
+parquet = { version = "45.0.0", path = "./parquet", default-features = false }
diff --git a/dev/release/update_change_log.sh b/dev/release/update_change_log.sh
index 6a0fee19b1..89ef6ebc11 100755
--- a/dev/release/update_change_log.sh
+++ b/dev/release/update_change_log.sh
@@ -29,8 +29,8 @@
 
 set -e
 
-SINCE_TAG="43.0.0"
-FUTURE_RELEASE="44.0.0"
+SINCE_TAG="44.0.0"
+FUTURE_RELEASE="45.0.0"
 
 SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 SOURCE_TOP_DIR="$(cd "${SOURCE_DIR}/../../" && pwd)"

Reply via email to