Skip to content

Commit

Permalink
🔖 Version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Jul 4, 2023
1 parent 9b76f84 commit 663498f
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 = "9e17983a-0463-41a7-9a16-1682db6d8b66"
license = "MIT"
desc = "Base constants, functions, and types for the SatelliteToolbox.jl ecosystem"
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "0.2.3"
version = "0.2.4"

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

2 comments on commit 663498f

@ronisbr
Copy link
Member Author

@ronisbr ronisbr commented on 663498f Jul 4, 2023

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • We added an interface to Julia iterators for all orbit representations.
  • We added the constant EARTH_ORBIT_MEAN_MOTION.

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

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.4 -m "<description of version>" 663498f7e00a8daa684df3e92ee5b0f76ead80e6
git push origin v0.2.4

Please sign in to comment.