Skip to content

Commit

Permalink
StaticArrays 1.1.1 compat (#48)
Browse files Browse the repository at this point in the history
* StaticArrays 1.1.1 compat

* version bump and broader compat range
  • Loading branch information
mateuszbaran authored Apr 21, 2021
1 parent 60ef0aa commit 869c4fb
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,7 +1,7 @@
name = "HybridArrays"
uuid = "1baab800-613f-4b0a-84e4-9cd3431bfbb9"
authors = ["Mateusz Baran <[email protected]>"]
version = "0.4.8"
version = "0.4.9"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -10,7 +10,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
Requires = "1"
StaticArrays = "=1.1.0,=1.0.2,=1.0.1"
StaticArrays = "1.0.1"
julia = "1"

[extras]
Expand Down

2 comments on commit 869c4fb

@mateuszbaran
Copy link
Collaborator 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/34836

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.4.9 -m "<description of version>" 869c4fbe3a21e4eddb1ff18c490fe549b393286b
git push origin v0.4.9

Please sign in to comment.