Skip to content

Commit

Permalink
Restored compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
droodman authored Dec 23, 2023
1 parent 450ba2f commit 49cf7a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"

[compat]
Distributions = "0.25.96"
StableRNGs = "1.0.0"
LoopVectorization = "0.12.159"
PrecompileTools = "1.1.2"
SortingAlgorithms = "1.1.1"
ThreadsX = "0.1.11"
julia = "1.8"

2 comments on commit 49cf7a5

@droodman
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
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 updated: JuliaRegistries/General/97659

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.9.12 -m "<description of version>" 49cf7a5de969646e621fc5c0cfdb7bdfe8653389
git push origin v0.9.12

Please sign in to comment.