Skip to content

Commit

Permalink
Merge pull request #30 from sebapersson/compathelper/new_version/2023…
Browse files Browse the repository at this point in the history
…-05-12-01-02-47-428-01888220515

CompatHelper: add new compat entry for PrecompileTools at version 1, (keep existing compat)
  • Loading branch information
sebapersson authored May 12, 2023
2 parents 62e49f4 + bb21ddc commit d0f1e92
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 @@ -42,6 +42,7 @@ ModelingToolkit = "6 - 8"
NonlinearSolve = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6"
OrdinaryDiffEq = "6"
PreallocationTools = "0.4"
PrecompileTools = "1"
PyCall = "1"
Requires = "1"
ReverseDiff = "1"
Expand Down

2 comments on commit d0f1e92

@sebapersson
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/83423

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 v1.1.1 -m "<description of version>" d0f1e92c8fff6289a5dd27770c891bc6ece85137
git push origin v1.1.1

Please sign in to comment.