Skip to content

Commit

Permalink
🔖 Version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Dec 30, 2024
1 parent 333c2ab commit 437bd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "c2b69894-ea78-4e2b-9ba6-cedbbc3d14d7"
license = "MIT"
desc = "Orbit propagators for the SatelliteToolbox.jl ecosystem."
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "0.3.2"
version = "0.3.3"

[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Expand Down

2 comments on commit 437bd8a

@ronisbr
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:

  • The functions propagate, propagate!, propagate_to_epoch, and propagate_to_epoch! of Propagators can now receive a sink option to change the type of the returned objects. We currently support Tuple (default) to keep the previous behavior or OrbitStateVector to return the results packed in an instance of OrbitStateVector.
  • The functions to fit mean elements fit_mean_elements and fit_mean_elements! now supports OrbitStateVector as inputs.
  • This package is no longer tested against Julia 1.6. The functions might work but there is no official support anymore. The next breaking release will remove the compatibility with Julia 1.6.

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

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.3 -m "<description of version>" 437bd8a42fe721db31b0fa5b34e1e34086d7b358
git push origin v0.3.3

Please sign in to comment.