Skip to content

Commit

Permalink
Support FillArrays v0.10 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty authored Oct 23, 2020
1 parent 11d9beb commit 31472a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "BandedMatrices"
uuid = "aae01518-5342-5314-be14-df237901396f"
version = "0.15.24"
version = "0.15.25"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand All @@ -13,7 +13,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
ArrayLayouts = "0.4.3"
Compat = "3.20"
FillArrays = "0.9.7"
FillArrays = "0.9.7, 0.10"
julia = "1"

[extras]
Expand Down

2 comments on commit 31472a5

@dlfivefifty
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 created: JuliaRegistries/General/23516

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.15.25 -m "<description of version>" 31472a59aa0358a44c4d6345c61efeb3de4890c3
git push origin v0.15.25

Please sign in to comment.