Skip to content

Commit

Permalink
Bump Arrow + ArrowTypes versions (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
baumgold authored Apr 17, 2023
1 parent e6c44dd commit 686ab57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name = "Arrow"
uuid = "69666777-d1a9-59fb-9406-91d4454c9d45"
authors = ["quinnj <[email protected]>"]
version = "2.5.1"
version = "2.5.2"

[deps]
ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
Expand Down
2 changes: 1 addition & 1 deletion src/ArrowTypes/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name = "ArrowTypes"
uuid = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
authors = ["quinnj <[email protected]>"]
version = "2.0.2"
version = "2.1.0"

[deps]
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Expand Down

6 comments on commit 686ab57

@kou
Copy link
Member

@kou kou commented on 686ab57 Apr 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/81948

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.5.2 -m "<description of version>" 686ab570b831035715cb58f666233ec673e50d8f
git push origin v2.5.2

@baumgold
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=src/ArrowTypes

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Register Failed
@baumgold, it looks like you are not a publicly listed member/owner in the parent organization (apache).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@kou
Copy link
Member

@kou kou commented on 686ab57 Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=src/ArrowTypes

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/82091

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a ArrowTypes-v2.1.0 -m "<description of version>" 686ab570b831035715cb58f666233ec673e50d8f
git push origin ArrowTypes-v2.1.0

Please sign in to comment.