Skip to content

Commit

Permalink
Ensure dependencies have compat entries (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme-a-stewart authored Jun 14, 2024
1 parent 1b23ec2 commit 55c99c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ JetVisualisation = "Makie"
Accessors = "0.1.36"
EnumX = "1.0.4"
JSON = "0.21.4"
LoopVectorization = "0.12.170"
LorentzVectorHEP = "0.1.6"
LorentzVectors = "0.4.3"
Makie = "0.21"
Expand Down
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
JetReconstruction = "44e8cb2c-dfab-4825-9c70-d4808a591196"

[compat]
Documenter = "1.4"

2 comments on commit 55c99c1

@graeme-a-stewart
Copy link
Member 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:

First registration of the JetReconstruction package, implementing k_T clustering
algorithms used in high-energy physics.

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

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.3.0 -m "<description of version>" 55c99c1c5f481d2293767c33a30323bc8f0ebdb7
git push origin v0.3.0

Also, note the warning: This looks like a new registration that registers version 0.3.0.
Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.