Skip to content

Commit

Permalink
🔖 Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Jul 1, 2023
1 parent 32ad44e commit 88bcf3c
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 = "ba14ac17-bfc9-4710-a76f-b32930ef2339"
license = "MIT"
desc = "The SGP4/SDP4 orbit propagator for Julia"
authors = ["Ronan Arraes Jardim Chagas <ronisbr@gmail.com>"]
version = "2.0.0"
version = "2.1.0"

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

2 comments on commit 88bcf3c

@ronisbr
Copy link
Member Author

@ronisbr ronisbr commented on 88bcf3c Jul 1, 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 the functions update_sgp4_tle_epoch and update_sgp4_tle_epoch! to update the epoch of a SGP4 TLE.
  • We added the functions fit_sgp4_tle and fit_sgp4_tle! to fit a SGP4 TLE using a set of osculating state vectors represented in the TEME reference frame.

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

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 v2.1.0 -m "<description of version>" 88bcf3c38852fd7d58f9538f46a71542313a950a
git push origin v2.1.0

Please sign in to comment.