Skip to content

Commit 9f1d51a

Browse files
authored
Bump Arrow & ArrowTypes versions (#460)
1 parent 5231195 commit 9f1d51a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
name = "Arrow"
1818
uuid = "69666777-d1a9-59fb-9406-91d4454c9d45"
1919
authors = ["quinnj <[email protected]>"]
20-
version = "2.6.1"
20+
version = "2.6.2"
2121

2222
[deps]
2323
ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Arrow
2121

22-
[![docs](https://img.shields.io/badge/docs-latest-blue&logo=julia)](https://arrow.juliadata.org/dev/)
22+
[![docs](https://img.shields.io/badge/docs-latest-blue&logo=julia)](https://apache.github.io/arrow-julia/dev/)
2323
[![CI](https://github.com/apache/arrow-julia/workflows/CI/badge.svg)](https://github.com/apache/arrow-julia/actions?query=workflow%3ACI)
2424
[![codecov](https://app.codecov.io/gh/apache/arrow-julia/branch/main/graph/badge.svg)](https://app.codecov.io/gh/apache/arrow-julia)
2525

src/ArrowTypes/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
name = "ArrowTypes"
1919
uuid = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
2020
authors = ["quinnj <[email protected]>"]
21-
version = "2.2.1"
21+
version = "2.2.2"
2222

2323
[deps]
2424
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"

0 commit comments

Comments
 (0)