Skip to content

Commit

Permalink
Revert to our traditional Julia 1.5+ compat bounds (#22)
Browse files Browse the repository at this point in the history
* Revert to our traditional Julia 1.5+ compat bounds

* Test on 1.6 LTS
  • Loading branch information
brenhinkeller committed Dec 6, 2022
1 parent 674940a commit fa7f076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1'
- 'nightly'
os:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "VectorizedStatistics"
uuid = "3b853605-1c98-4422-8364-4bd93ee0529e"
authors = ["C. Brenhin Keller", "Chris Elrod"]
version = "0.5.0"
version = "0.5.1"

[deps]
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Expand All @@ -12,7 +12,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
LoopVectorization = "0.12.113"
SnoopPrecompile = "1"
Static = "0.2 - 0.8"
julia = "1.8"
julia = "1.5"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit fa7f076

@brenhinkeller
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 register

Release notes:

  • Revert to our traditional Julia 1.5+ compat bounds, since I misunderstood that 1.8+ was required for SnoopPrecompile

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

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

Please sign in to comment.