Skip to content

Commit

Permalink
Merge pull request #31 from invenia/npr/project-compat
Browse files Browse the repository at this point in the history
Add compat entry for FillArrays
  • Loading branch information
nickrobinson251 authored Oct 29, 2019
2 parents 85405f4 + 0395a2a commit 891ae0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name = "BlockDiagonals"
uuid = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
authors = ["Invenia Technical Computing Corporation"]
version = "0.1.3"
version = "0.1.4"

[deps]
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
FillArrays = "0.6, 0.7"
julia = "1"

[extras]
Expand Down

2 comments on commit 891ae0d

@nickrobinson251
Copy link
Contributor 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/4840

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.4 -m "<description of version>" 891ae0da0e50da86c99458da87950bd584aea02d
git push origin v0.1.4

Please sign in to comment.