This is an automated email from the ASF dual-hosted git repository.
paleolimbot 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 239c835c05 GH-34499: [R] Bump version in NEWS.md following release
(#34500)
239c835c05 is described below
commit 239c835c055558fb6a1670af910541e04521694b
Author: Nic Crane <[email protected]>
AuthorDate: Thu Mar 9 02:25:59 2023 +0000
GH-34499: [R] Bump version in NEWS.md following release (#34500)
* Closes: #34499
Authored-by: Nic Crane <[email protected]>
Signed-off-by: Dewey Dunnington <[email protected]>
---
r/NEWS.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/r/NEWS.md b/r/NEWS.md
index fec418e5bc..7e89678e94 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -19,6 +19,8 @@
# arrow 11.0.0.9000
+# arrow 11.0.0.3
+
## Minor improvements and fixes
* `open_csv_dataset()` allows a schema to be specified. (#34217)