Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Carpinelli committed Aug 13, 2024
1 parent bc0a756 commit 9e262c8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "EphemerisSources"
uuid = "858900df-f7ae-402a-aa8c-3e4ef85aa271"
authors = ["Joey Carpinelli <joseph.d.carpinelli@loopy.codes>"]
version = "0.2.0"
version = "0.2.1"

[deps]
AstroTime = "c61b5328-d09d-5e37-a9a8-0eb41c39009c"
Expand Down
2 changes: 1 addition & 1 deletion lib/EphemerisSourcesBase/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "EphemerisSourcesBase"
uuid = "b8f1d712-e88d-4f2a-8498-e66ce688ee29"
authors = ["Joey Carpinelli <joey@loopy.codes>"]
version = "0.1.0"
version = "0.1.1"

[deps]
AstroTime = "c61b5328-d09d-5e37-a9a8-0eb41c39009c"
Expand Down
2 changes: 1 addition & 1 deletion lib/HorizonsAPI/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HorizonsAPI"
uuid = "c15253bb-5e94-4b8b-9a02-579bb6c8e3ce"
authors = ["Joe Carpinelli <joseph.d.carpinelli@loopy.codes"]
version = "1.0.0"
version = "1.0.1"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
2 changes: 1 addition & 1 deletion lib/HorizonsEphemeris/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HorizonsEphemeris"
uuid = "05ee1981-f730-42d8-b713-4f42d99733dc"
authors = ["Joe Carpinelli <joseph.d.carpinelli@loopy.codes>"]
version = "1.2.0"
version = "1.2.1"

[deps]
AstroTime = "c61b5328-d09d-5e37-a9a8-0eb41c39009c"
Expand Down
2 changes: 1 addition & 1 deletion lib/SPICEBodies/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SPICEBodies"
uuid = "19f1efb6-7162-484a-b3a1-b52c391689d7"
authors = ["Joey Carpinelli <joseph.d.carpinelli@loopy.codes>"]
version = "1.1.2"
version = "1.1.3"

[deps]
AstroTime = "c61b5328-d09d-5e37-a9a8-0eb41c39009c"
Expand Down

12 comments on commit 9e262c8

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir="lib/SPICEKernels"

This comment was generated with commit-comment and Register.yml.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

@JuliaRegistrator register"

This comment was generated with commit-comment and Register.yml.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir="lib/HorizonsAPI"

This comment was generated with commit-comment and Register.yml.

@github-actions
Copy link
Contributor

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"

This comment was generated with commit-comment and Register.yml.

@github-actions
Copy link
Contributor

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"

This comment was generated with commit-comment and Register.yml.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir="lib/SPICEBodies"

This comment was generated with commit-comment and Register.yml.

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

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 SPICEKernels-v1.4.4 -m "<description of version>" 9e262c87a322230cc7d047a41c862659a3864929
git push origin SPICEKernels-v1.4.4

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

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.2.1 -m "<description of version>" 9e262c87a322230cc7d047a41c862659a3864929
git push origin v0.2.1

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

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 HorizonsAPI-v1.0.1 -m "<description of version>" 9e262c87a322230cc7d047a41c862659a3864929
git push origin HorizonsAPI-v1.0.1

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

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 HorizonsEphemeris-v1.2.1 -m "<description of version>" 9e262c87a322230cc7d047a41c862659a3864929
git push origin HorizonsEphemeris-v1.2.1

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

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.1 -m "<description of version>" 9e262c87a322230cc7d047a41c862659a3864929
git push origin EphemerisSourcesBase-v0.1.1

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

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 SPICEBodies-v1.1.3 -m "<description of version>" 9e262c87a322230cc7d047a41c862659a3864929
git push origin SPICEBodies-v1.1.3

Please sign in to comment.