This is an automated email from the ASF dual-hosted git repository. paleolimbot pushed a commit to branch maint-0.2.0 in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
commit d384ff37e387368041dc65b48c144fcb748b1f81 Author: Dewey Dunnington <[email protected]> AuthorDate: Fri Jun 16 15:01:28 2023 -0300 chore: update versions for 0.2.0 --- CMakeLists.txt | 2 +- r/DESCRIPTION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbb2694..1fb4502 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ if(NOT DEFINED CMAKE_C_STANDARD) set(CMAKE_C_STANDARD 99) endif() -set(NANOARROW_VERSION "0.2.0-SNAPSHOT") +set(NANOARROW_VERSION "0.2.0") string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" NANOARROW_BASE_VERSION "${NANOARROW_VERSION}") project(nanoarrow VERSION "${NANOARROW_BASE_VERSION}") diff --git a/r/DESCRIPTION b/r/DESCRIPTION index 538b175..084a92c 100644 --- a/r/DESCRIPTION +++ b/r/DESCRIPTION @@ -1,6 +1,6 @@ Package: nanoarrow Title: Interface to the 'nanoarrow' 'C' Library -Version: 0.1.0.9000 +Version: 0.2.0 Authors@R: c( person(given = "Dewey", family = "Dunnington",
