Skip to content

Commit

Permalink
Static 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod authored Nov 20, 2022
1 parent 4a5c5ac commit e8316a6
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 = "SLEEFPirates"
uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa"
authors = ["chriselrod <elrodc@gmail.com>"]
version = "0.6.36"
version = "0.6.37"

[deps]
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
Expand All @@ -10,7 +10,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[compat]
IfElse = "0.1"
Static = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7"
Static = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8"
VectorizationBase = "0.20.12, 0.21"
julia = "1.5"

Expand Down

2 comments on commit e8316a6

@chriselrod
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
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/72531

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

Please sign in to comment.