Skip to content

Commit

Permalink
Merge pull request #1 from adknudson/compathelper/new_version/2023-05…
Browse files Browse the repository at this point in the history
…-16-14-34-51-961-00993757256

CompatHelper: add new compat entry for SnoopPrecompile at version 1, (keep existing compat)
  • Loading branch information
adknudson authored May 16, 2023
2 parents 04932d9 + fc9cc5d commit 3a79d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
SnoopPrecompile = "1"
julia = "1.6, 1.7, 1.8, 1.9"

[extras]
Expand Down

2 comments on commit 3a79d53

@adknudson
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 created: JuliaRegistries/General/83706

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.1.0 -m "<description of version>" 3a79d53661261ccd2e0966e16b4854547098feb5
git push origin v0.1.0

Please sign in to comment.