Skip to content

Commit

Permalink
Merge pull request #81 from MasonProtter/vecbase0dot20
Browse files Browse the repository at this point in the history
Bump VectorizationBase compat.
  • Loading branch information
chriselrod authored May 13, 2021
2 parents 4c7679d + c318f63 commit 42b2820
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 = "Gaius"
uuid = "bffe22d1-cb55-4f4e-ac2c-f4dd4bf58912"
authors = ["MasonProtter <[email protected]>"]
version = "0.6.4"
version = "0.6.5"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -15,7 +15,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
LoopVectorization = "0.12.10"
StructArrays = "0.4.4,0.5"
UnsafeArrays = "1.0.1"
VectorizationBase = "0.19.20"
VectorizationBase = "0.19.20,0.20"
julia = "1.5"

[extras]
Expand Down

2 comments on commit 42b2820

@chriselrod
Copy link
Collaborator 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/36720

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.5 -m "<description of version>" 42b282075ac096d11fd836d79855e50c7213a53b
git push origin v0.6.5

Please sign in to comment.