Skip to content

Commit

Permalink
Move breaking change to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezHz committed Jun 30, 2024
1 parent 1ae50c6 commit fe5cb2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "HORIZONS"
uuid = "5a3ac768-beb4-554a-9c98-3342fe3377f5"
repo = "https://github.com/PerezHz/HORIZONS.jl.git"
authors = ["Jorge A. Pérez Hernández", "Luis Eduardo Ramírez Montoya"]
version = "0.4.7"
version = "0.4.8"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
An interface to JPL [HORIZONS](https://ssd.jpl.nasa.gov/horizons) system and other Solar System Dynamics [APIs](https://ssd.jpl.nasa.gov/api.html) in
[Julia](http://julialang.org).

# Warning: breaking change

**Starting from v0.4.0 HORIZONS.jl connects to JPL via a HTTP API.
Previous versions used the telnet command line utility as an external dependency.
This warning will be removed on the release of the next minor version (v0.5.0).**

## Authors

- [Jorge A. Pérez Hernández](https://github.com/PerezHz),
Expand Down
8 changes: 0 additions & 8 deletions deps/build.jl

This file was deleted.

2 comments on commit fe5cb2f

@PerezHz
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/110095

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.4.8 -m "<description of version>" fe5cb2f89ef6e618b49f7cfab9c8eff020be8759
git push origin v0.4.8

Please sign in to comment.