Skip to content

Commit

Permalink
Static 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Nov 20, 2022
1 parent 693f6fc commit 0841acb
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 = "LoopVectorization"
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
authors = ["Chris Elrod <[email protected]>"]
version = "0.12.139"
version = "0.12.140"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down Expand Up @@ -49,7 +49,7 @@ SIMDTypes = "0.1"
SLEEFPirates = "0.6.23"
SnoopPrecompile = "1"
SpecialFunctions = "1, 2"
Static = "0.7"
Static = "0.7, 0.8"
ThreadingUtilities = "0.5"
UnPack = "1"
VectorizationBase = "0.21.53"
Expand Down

2 comments on commit 0841acb

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

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.12.140 -m "<description of version>" 0841acb120a5c8ca3dca1b472d4fe94b22c62014
git push origin v0.12.140

Please sign in to comment.