You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by th...@apache.org on 2023/07/18 12:49:00 UTC

[arrow] branch main updated: GH-36746: [R] Update NEWS.md for 12.0.1.1 release (#36747)

This is an automated email from the ASF dual-hosted git repository.

thisisnic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 5acbd9ca71 GH-36746: [R] Update NEWS.md for 12.0.1.1 release (#36747)
5acbd9ca71 is described below

commit 5acbd9ca71c0b2e379f4aba5fa134280bf277e92
Author: Nic Crane <th...@gmail.com>
AuthorDate: Tue Jul 18 13:48:54 2023 +0100

    GH-36746: [R] Update NEWS.md for 12.0.1.1 release (#36747)
    
    ### What changes are included in this PR?
    
    Update NEWS.md in the R package to include 12.0.1.1 release
    
    ### Are these changes tested?
    
    No
    
    ### Are there any user-facing changes?
    
    No
    * Closes: #36746
    
    Authored-by: Nic Crane <th...@gmail.com>
    Signed-off-by: Nic Crane <th...@gmail.com>
---
 r/NEWS.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/r/NEWS.md b/r/NEWS.md
index f358c2aae4..45730a7b36 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -19,6 +19,10 @@
 
 # arrow 12.0.1.9000
 
+# arrow 12.0.1.1
+
+* Update a package version reference to be text only instead of numeric due to CRAN update requiring this (#36353, #36364)
+
 # arrow 12.0.1
 
 * Update the version of the date library vendored with Arrow C++ library