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 42a46f5 bump (#488)
42a46f5 is described below
commit 42a46f5087ffb6a1f4e03cfe5d2236b646a6656f
Author: Joao Aparicio <[email protected]>
AuthorDate: Sun Oct 15 16:03:22 2023 -0500
bump (#488)
Co-authored-by: Eric Hanson <[email protected]>
---
Project.toml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Project.toml b/Project.toml
index 167cb9a..80e6073 100644
--- a/Project.toml
+++ b/Project.toml
@@ -17,7 +17,7 @@
name = "Arrow"
uuid = "69666777-d1a9-59fb-9406-91d4454c9d45"
authors = ["quinnj <[email protected]>"]
-version = "2.6.2"
+version = "2.6.3"
[deps]
ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
@@ -41,7 +41,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
ArrowTypes = "1.1,2"
BitIntegers = "0.2, 0.3"
CodecLz4 = "0.4"
-CodecZstd = "0.7"
+CodecZstd = "0.7, 0.8"
ConcurrentUtilities = "2"
DataAPI = "1"
EnumX = "1"
@@ -50,5 +50,5 @@ PooledArrays = "0.5, 1.0"
SentinelArrays = "1"
Tables = "1.1"
TimeZones = "1"
-TranscodingStreams = "0.9.12"
+TranscodingStreams = "0.9.12, 0.10"
julia = "1.6"