Skip to content

Commit

Permalink
Support prior StatisArrays versions (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Octogonapus authored Jun 18, 2021
1 parent 1e120b9 commit 93dae3f
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 = "FastHistograms"
uuid = "06971c4e-2824-4b19-bcf3-55442efb9bc7"
authors = ["Octogonapus <firey45@gmail.com> and contributors"]
version = "0.2.0"
version = "0.2.1"

[deps]
ComputedFieldTypes = "459fdd68-db75-56b8-8c15-d717a790f88e"
Expand All @@ -12,5 +12,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
ComputedFieldTypes = "0.1"
LoopVectorization = "0.12"
StaticArrays = "1.2"
StaticArrays = "0.10, 0.11, 0.12, 1.0"
julia = "1.5"

2 comments on commit 93dae3f

@Octogonapus
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.1 -m "<description of version>" 93dae3fef8b838a94ca644fed583bfa5a8aa3c72
git push origin v0.2.1

Please sign in to comment.