Skip to content

Commit

Permalink
Add missing [compat] for BlockArrays.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Jan 17, 2023
1 parent 6219e84 commit 04e0064
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 @@ -21,6 +21,7 @@ FerriteBlockArrays = "BlockArrays"
FerriteMetis = "Metis"

[compat]
BlockArrays = "0.16"
EnumX = "1"
Metis = "1.3"
NearestNeighbors = "0.4"
Expand Down

2 comments on commit 04e0064

@fredrikekre
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

Release notes:

See CHANGELOG.md for notable changes.

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

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.3.11 -m "<description of version>" 04e0064898d94d5fdbd7f58876f498355b26c2a2
git push origin v0.3.11

Please sign in to comment.