Skip to content

Commit

Permalink
CompatHelper: bump compat for FillArrays to 1, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia authored and xzackli committed May 9, 2023
1 parent 0f11892 commit 21cc9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CSV = "0.9, 0.10"
Combinatorics = "1"
DataFrames = "1"
FITSIO = "0.16, 0.17"
FillArrays = "0.12, 0.13"
FillArrays = "0.12, 0.13, 1"
Healpix = "3, 4"
IdentityRanges = "0.3"
Lazy = "0.15"
Expand Down

2 comments on commit 21cc9ce

@xzackli
Copy link
Owner

@xzackli xzackli commented on 21cc9ce Jun 9, 2023

Choose a reason for hiding this comment

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

@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/85168

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 v0.1.2 -m "<description of version>" 21cc9ceca8fe9e3014cc004c755af7fd13214f51
git push origin v0.1.2

Please sign in to comment.