Skip to content

Commit

Permalink
Merge pull request #24 from Tokazama/patch-1
Browse files Browse the repository at this point in the history
Update for Static v0.5
  • Loading branch information
chriselrod authored Jan 28, 2022
2 parents 056178d + 7813a9b commit 3ff786a
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 <[email protected]>"]
version = "0.6.28"
version = "0.6.29"

[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"
Static = "0.2, 0.3, 0.4, 0.5"
VectorizationBase = "0.20.12, 0.21"
julia = "1.5"

Expand Down

3 comments on commit 3ff786a

@Tokazama
Copy link
Member

Choose a reason for hiding this comment

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

@chriselrod can we get a new release for these version bumps so that LoopVectorization can be updated too?

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

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.29 -m "<description of version>" 3ff786a81ba4dfe25a7e721396bc596bec8a1a5f
git push origin v0.6.29

Please sign in to comment.