Skip to content

Commit

Permalink
Adds compat entries for EphemerisSourcesBase
Browse files Browse the repository at this point in the history
  • Loading branch information
cadojo committed Jul 16, 2024
1 parent cee1d8d commit bcbcaf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/EphemerisSourcesBase/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ SPICEApplications = "e12e0822-0612-48d4-a4bb-92984dd6b6ec"

[compat]
julia = "1.6"
AstroTime = "0.7"
DocStringExtensions = "0.9"
SPICE = "0.2"
SPICEApplications = "0.3"

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

4 comments on commit bcbcaf0

@cadojo
Copy link
Collaborator Author

@cadojo cadojo commented on bcbcaf0 Jul 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir="lib/EphemerisSourcesBase"

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

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

@cadojo
Copy link
Collaborator Author

@cadojo cadojo commented on bcbcaf0 Jul 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir="lib/HorizonsEphemeris"

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 1.0.0 already exists

Please sign in to comment.