Skip to content

Commit

Permalink
Merge pull request #86 from thchr/patch-1
Browse files Browse the repository at this point in the history
Bump compat for StaticArrays
  • Loading branch information
sjkelly authored Aug 9, 2021
2 parents 97c0408 + 5a8ff4e commit 6301746
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 = "Meshing"
uuid = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73"
version = "0.5.6"
version = "0.5.7"

[deps]
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Expand All @@ -10,7 +10,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
GeometryBasics = "0.2, 0.3, 0.4"
GeometryTypes = "0.6,0.7,0.8"
StaticArrays = "0.10,0.11,0.12, 1.0"
StaticArrays = "0.10, 0.11, 0.12, 1.0, 1.1, 1.2"
julia = "1.1"

[extras]
Expand Down

2 comments on commit 6301746

@sjkelly
Copy link
Member Author

@sjkelly sjkelly commented on 6301746 Aug 9, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.5.7 -m "<description of version>" 6301746f3dc2d91206ddd00e36640fb9bcccfdd1
git push origin v0.5.7

Please sign in to comment.