You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ba...@apache.org on 2023/04/11 15:54:10 UTC

[arrow-julia] branch main updated: Bump patch version (#423)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 22088f1  Bump patch version (#423)
22088f1 is described below

commit 22088f1cb59bcd99fbffbf9d8248e491690dbfd9
Author: Simone Carlo Surace <51...@users.noreply.github.com>
AuthorDate: Tue Apr 11 17:54:04 2023 +0200

    Bump patch version (#423)
    
    This is to get #415 released to allow writing wide (more than 65535
    columns) tables to Arrow.
    
    @kou, could you take it from here?
---
 Project.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Project.toml b/Project.toml
index bb4edd0..d1b0153 100644
--- a/Project.toml
+++ b/Project.toml
@@ -18,7 +18,7 @@
 name = "Arrow"
 uuid = "69666777-d1a9-59fb-9406-91d4454c9d45"
 authors = ["quinnj <qu...@gmail.com>"]
-version = "2.5.0"
+version = "2.5.1"
 
 [deps]
 ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"