Skip to content

Commit

Permalink
Merge pull request #8 from JuliaLinearAlgebra/fillarraycompat
Browse files Browse the repository at this point in the history
Add compat bound for FillArrays
  • Loading branch information
jishnub authored Jul 28, 2023
2 parents 79a501f + c5fc4bc commit f2cdc4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
LowRankMatricesFillArraysExt = "FillArrays"

[compat]
FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
julia = "1"

[extras]
Expand Down

2 comments on commit f2cdc4a

@jishnub
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
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 updated: JuliaRegistries/General/88508

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 v1.0.0 -m "<description of version>" f2cdc4a67adfb1f0bfcc98f8a5a55530b1063e7b
git push origin v1.0.0

Please sign in to comment.