This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch 53.0.0_maintenance
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/53.0.0_maintenance by this
push:
new 962558546b [53.0.0_maintenance] Update version to 53.4.1 + changelog
(#7235)
962558546b is described below
commit 962558546b9f441b5b7d039624d068c36a3ef69e
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue Mar 4 13:14:03 2025 -0500
[53.0.0_maintenance] Update version to 53.4.1 + changelog (#7235)
* Update version to 53.4.1
* Add changelog
* fix
---
CHANGELOG-old.md | 17 +++++++++++++++++
CHANGELOG.md | 16 ++++------------
Cargo.toml | 32 ++++++++++++++++----------------
3 files changed, 37 insertions(+), 28 deletions(-)
diff --git a/CHANGELOG-old.md b/CHANGELOG-old.md
index 8d0e169129..669fbaece6 100644
--- a/CHANGELOG-old.md
+++ b/CHANGELOG-old.md
@@ -20,6 +20,23 @@
# Historical Changelog
+## [53.4.0](https://github.com/apache/arrow-rs/tree/53.4.0) (2025-01-14)
+
+[Full Changelog](https://github.com/apache/arrow-rs/compare/53.3.0...53.4.0)
+
+**Merged pull requests:**
+
+* fix clippy (#6791) (#6940)
+* fix: decimal conversion looses value on lower precision (#6836) (#6936)
+* perf: Use Cow in get_format_string in FFI_ArrowSchema (#6853) (#6937)
+* fix: Encoding of List offsets was incorrect when slice offsets begin …
+* [arrow-cast] Support cast numeric to string view (alternate) (#6816) (#…
+* Enable matching temporal as from_type to Utf8View (#6872) (#6956)
+* [arrow-cast] Support cast boolean from/to string view (#6822) (#6957)
+* [53.0.0_maintenance] Fix CI (#6964)
+* Add Array::shrink_to_fit(&mut self) to 53.4.0 (#6790) (#6817)
+*
+
## [53.3.0](https://github.com/apache/arrow-rs/tree/53.3.0) (2024-11-17)
[Full Changelog](https://github.com/apache/arrow-rs/compare/53.2.0...53.3.0)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e1f5b88c8..83bcf8e7d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,18 +19,10 @@
# Changelog
-## [53.4.0](https://github.com/apache/arrow-rs/tree/53.4.0) (2025-01-14)
+## [53.4.1](https://github.com/apache/arrow-rs/tree/53.4.1) (2025-03-04)
-[Full Changelog](https://github.com/apache/arrow-rs/compare/53.3.0...53.4.0)
+[Full Changelog](https://github.com/apache/arrow-rs/compare/53.4.0...54.1.0)
-**Merged pull requests:**
+**Fixed bugs:**
-* fix clippy (#6791) (#6940)
-* fix: decimal conversion looses value on lower precision (#6836) (#6936)
-* perf: Use Cow in get_format_string in FFI_ArrowSchema (#6853) (#6937)
-* fix: Encoding of List offsets was incorrect when slice offsets begin …
-* [arrow-cast] Support cast numeric to string view (alternate) (#6816) (#…
-* Enable matching temporal as from_type to Utf8View (#6872) (#6956)
-* [arrow-cast] Support cast boolean from/to string view (#6822) (#6957)
-* [53.0.0_maintenance] Fix CI (#6964)
-* Add Array::shrink_to_fit(&mut self) to 53.4.0 (#6790) (#6817) (#6962)
\ No newline at end of file
+- Use chrono >= 0.4.34, < 0.4.40 to avoid breaking
[\#7233](https://github.com/apache/arrow-rs/pull/7233)
\ No newline at end of file
diff --git a/Cargo.toml b/Cargo.toml
index f65ec6d84f..780299e55d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,7 +62,7 @@ exclude = [
]
[workspace.package]
-version = "53.4.0"
+version = "53.4.1"
homepage = "https://github.com/apache/arrow-rs"
repository = "https://github.com/apache/arrow-rs"
authors = ["Apache Arrow <[email protected]>"]
@@ -77,20 +77,20 @@ edition = "2021"
rust-version = "1.62"
[workspace.dependencies]
-arrow = { version = "53.4.0", path = "./arrow", default-features = false }
-arrow-arith = { version = "53.4.0", path = "./arrow-arith" }
-arrow-array = { version = "53.4.0", path = "./arrow-array" }
-arrow-buffer = { version = "53.4.0", path = "./arrow-buffer" }
-arrow-cast = { version = "53.4.0", path = "./arrow-cast" }
-arrow-csv = { version = "53.4.0", path = "./arrow-csv" }
-arrow-data = { version = "53.4.0", path = "./arrow-data" }
-arrow-ipc = { version = "53.4.0", path = "./arrow-ipc" }
-arrow-json = { version = "53.4.0", path = "./arrow-json" }
-arrow-ord = { version = "53.4.0", path = "./arrow-ord" }
-arrow-row = { version = "53.4.0", path = "./arrow-row" }
-arrow-schema = { version = "53.4.0", path = "./arrow-schema" }
-arrow-select = { version = "53.4.0", path = "./arrow-select" }
-arrow-string = { version = "53.4.0", path = "./arrow-string" }
-parquet = { version = "53.4.0", path = "./parquet", default-features = false }
+arrow = { version = "53.4.1", path = "./arrow", default-features = false }
+arrow-arith = { version = "53.4.1", path = "./arrow-arith" }
+arrow-array = { version = "53.4.1", path = "./arrow-array" }
+arrow-buffer = { version = "53.4.1", path = "./arrow-buffer" }
+arrow-cast = { version = "53.4.1", path = "./arrow-cast" }
+arrow-csv = { version = "53.4.1", path = "./arrow-csv" }
+arrow-data = { version = "53.4.1", path = "./arrow-data" }
+arrow-ipc = { version = "53.4.1", path = "./arrow-ipc" }
+arrow-json = { version = "53.4.1", path = "./arrow-json" }
+arrow-ord = { version = "53.4.1", path = "./arrow-ord" }
+arrow-row = { version = "53.4.1", path = "./arrow-row" }
+arrow-schema = { version = "53.4.1", path = "./arrow-schema" }
+arrow-select = { version = "53.4.1", path = "./arrow-select" }
+arrow-string = { version = "53.4.1", path = "./arrow-string" }
+parquet = { version = "53.4.1", path = "./parquet", default-features = false }
chrono = { version = ">= 0.4.34, < 0.4.40", default-features = false, features
= ["clock"] }