Skip to content

Commit

Permalink
Static 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Oct 24, 2021
1 parent e867321 commit 7fa285d
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 = "StrideArraysCore"
uuid = "7792a7ef-975c-4747-a70f-980b88e8d1da"
authors = ["Chris Elrod <[email protected]> and contributors"]
version = "0.2.6"
version = "0.2.7"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand All @@ -22,7 +22,7 @@ LayoutPointers = "0.1.1"
ManualMemory = "0.1.6"
Requires = "1"
SIMDTypes = "0.1"
Static = "0.3.1"
Static = "0.3.1, 0.4"
ThreadingUtilities = "0.4.5"
julia = "1.5"

Expand Down

2 comments on commit 7fa285d

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

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

Please sign in to comment.