From 62552289888639e4db0f9b517e02ee2d82aca614 Mon Sep 17 00:00:00 2001 From: Jonathan Keane Date: Sat, 4 Jan 2025 10:03:30 -0600 Subject: [PATCH] Bump the R version --- r/DESCRIPTION | 2 +- r/NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/r/DESCRIPTION b/r/DESCRIPTION index 95d2f8cbb5bd5..a2eeeab16003c 100644 --- a/r/DESCRIPTION +++ b/r/DESCRIPTION @@ -1,6 +1,6 @@ Package: arrow Title: Integration to 'Apache' 'Arrow' -Version: 18.1.0 +Version: 18.1.0.1 Authors@R: c( person("Neal", "Richardson", email = "neal.p.richardson@gmail.com", role = c("aut")), person("Ian", "Cook", email = "ianmcook@gmail.com", role = c("aut")), diff --git a/r/NEWS.md b/r/NEWS.md index 5ea477bf6f19c..c99b3460776f2 100644 --- a/r/NEWS.md +++ b/r/NEWS.md @@ -17,6 +17,10 @@ under the License. --> +# arrow 18.1.0.1 + +* Patched Thrift to work with the unreleased GCC 15 (#45097) + # arrow 18.1.0 ## Minor improvements and fixes