This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a change to branch maint-0.1.0
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
from cad55d1 fix: Explicit `stringsAsFactors = FALSE` for R <= 3.6 (#135)
add 691df78 chore: fix R package source upload in packaging workflow
(#119)
add 0b90ced chore(ci): create release in packaging.yaml on tag (#120)
add d1e203a chore: Release script improvements (#122)
add 31cda13 fix: Ensure tests pass on big endian (#128)
add 256109c fix: Improve reliability of R tests on non-standard systems
(#127)
add a843dd4 fix: `isnan()` usage compatible with old clang (#126)
add 2cf0fad fix: Fix cmake build + test and verification script on
Windows (#130)
add 96e6f96 chore: Update Windows and Centos7 verification instructions
(#129)
add 478ef37 fix: Support centos7/gcc 4.8 for CMake build + test workflow
(#133)
add b696163 chore: Update instructions for Centos7 (#134)
add 9447c63 fix: Explicit `stringsAsFactors = FALSE` for R <= 3.6 (#135)
add ff15814 Update dist/ for commit
9447c63715d4ec371b81d6bcb5d34b1a869efd2c
add 9b5ec67 Merge branch 'main' into maint-0.1.0
No new revisions were added by this update.
Summary of changes:
dev/release/README.md | 279 ++++++++++++++++++++++++++++++++
dev/release/verify-release-candidate.sh | 12 +-
dist/nanoarrow.c | 105 ++++++------
dist/nanoarrow.h | 4 +-
4 files changed, 331 insertions(+), 69 deletions(-)
create mode 100644 dev/release/README.md