Skip to content

Commit

Permalink
Merge pull request #30 from piever/pv/compat
Browse files Browse the repository at this point in the history
add julia compat
  • Loading branch information
Pietro Vertechi committed Oct 16, 2019
2 parents 8a40ff9 + d3f9042 commit c04ec13
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 @@ -10,6 +10,7 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
[compat]
OffsetArrays = "0.9, 0.10, 0.11"
RecursiveArrayTools = "0, 1"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit c04ec13

@piever
Copy link
Collaborator

@piever piever commented on c04ec13 Oct 16, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

Release notes:

Updated dependencies:

  • Support for OffsetArrays v0.11
  • Support for RecursiveArrayTools v1

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

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.5.1 -m "<description of version>" c04ec13b185bb5955a23ea8fa8e1639d1c06df6e
git push origin v0.5.1

Please sign in to comment.