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

paleolimbot pushed a commit to branch maint-0.8.0
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git

commit dd3221d444036c33878506e1b9ad9a5fbe218bce
Author: Dewey Dunnington <[email protected]>
AuthorDate: Tue Feb 3 22:05:01 2026 -0600

    chore: update versions for 0.8.0
---
 CMakeLists.txt                          | 2 +-
 meson.build                             | 2 +-
 python/src/nanoarrow/_static_version.py | 2 +-
 r/DESCRIPTION                           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d70bf1e..0a5ee875 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@
 message(STATUS "Building using CMake version: ${CMAKE_VERSION}")
 cmake_minimum_required(VERSION 3.14)
 
-set(NANOARROW_VERSION "0.8.0-SNAPSHOT")
+set(NANOARROW_VERSION "0.8.0")
 string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" NANOARROW_BASE_VERSION
              "${NANOARROW_VERSION}")
 project(nanoarrow VERSION "${NANOARROW_BASE_VERSION}")
diff --git a/meson.build b/meson.build
index 9e05f740..5c3032d4 100644
--- a/meson.build
+++ b/meson.build
@@ -19,7 +19,7 @@ project(
     'nanoarrow',
     'c',
     'cpp',
-    version: '0.8.0-SNAPSHOT',
+    version: '0.8.0',
     license: 'Apache-2.0',
     meson_version: '>=0.58.0',
     default_options: ['c_std=c99', 'warning_level=2', 'cpp_std=c++17'],
diff --git a/python/src/nanoarrow/_static_version.py 
b/python/src/nanoarrow/_static_version.py
index 20d1aa9d..2c43381d 100644
--- a/python/src/nanoarrow/_static_version.py
+++ b/python/src/nanoarrow/_static_version.py
@@ -18,7 +18,7 @@
 # This file is part of 'miniver': https://github.com/jbweston/miniver
 
 # Replaced by version-bumping scripts at release time
-version = "0.8.0.dev0"
+version = "0.8.0"
 
 # These values are only set if the distribution was created with 'git archive'
 refnames = "$Format:%D$"
diff --git a/r/DESCRIPTION b/r/DESCRIPTION
index 5cb042ea..54aceec3 100644
--- a/r/DESCRIPTION
+++ b/r/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: nanoarrow
 Title: Interface to the 'nanoarrow' 'C' Library
-Version: 0.7.0.9000
+Version: 0.8.0
 Authors@R: c(
     person(given = "Dewey",
            family = "Dunnington",

Reply via email to