You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by qu...@apache.org on 2023/06/09 03:29:50 UTC

[arrow-julia] branch jq-bump-versions created (now 225a605)

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

quinnj pushed a change to branch jq-bump-versions
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


      at 225a605  Bump Arrow & ArrowTypes versions

This branch includes the following new commits:

     new 225a605  Bump Arrow & ArrowTypes versions

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[arrow-julia] 01/01: Bump Arrow & ArrowTypes versions

Posted by qu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

quinnj pushed a commit to branch jq-bump-versions
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git

commit 225a6055f60767660315224e890a906c3d990412
Author: Jacob Quinn <qu...@gmail.com>
AuthorDate: Thu Jun 8 21:29:38 2023 -0600

    Bump Arrow & ArrowTypes versions
---
 Project.toml                | 2 +-
 src/ArrowTypes/Project.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Project.toml b/Project.toml
index 405c87b..c31128d 100644
--- a/Project.toml
+++ b/Project.toml
@@ -17,7 +17,7 @@
 name = "Arrow"
 uuid = "69666777-d1a9-59fb-9406-91d4454c9d45"
 authors = ["quinnj <qu...@gmail.com>"]
-version = "2.6.1"
+version = "2.6.2"
 
 [deps]
 ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
diff --git a/src/ArrowTypes/Project.toml b/src/ArrowTypes/Project.toml
index fec92d6..cf58e80 100644
--- a/src/ArrowTypes/Project.toml
+++ b/src/ArrowTypes/Project.toml
@@ -18,7 +18,7 @@
 name = "ArrowTypes"
 uuid = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
 authors = ["quinnj <qu...@gmail.com>"]
-version = "2.2.1"
+version = "2.2.2"
 
 [deps]
 Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"