Skip to content

Commit

Permalink
🔖 Version 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Feb 22, 2020
1 parent 10c83c2 commit 3a9d085
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 = "6ac157d9-b43d-51bb-8fab-48bf53814f4a"
license = "MIT"
desc = "A toolbox for satellite analysis"
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "0.6.4"
version = "0.6.5"

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

2 comments on commit 3a9d085

@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 FTP address of WDC files was changed. (Issue KP tables do not download #38)
  • A test related to an error thrown by the TLE submodule was fixed. (Issue Exception type changed on Julia master (1.4) #35)
  • It is now possible to compute the gaps between accesses to the ground stations.
  • Initial version of the algorithm to convert a osculating state vectors (position and velocity) to TLE. This is still in alpha stage and should be used with caution.
  • The function tle_to_str can be used to convert an object of type TLE to a string.
  • Improvements in the documentation of functions and macros.
  • The minimum required version of OptionalData was updated. (PR Update OptionalData #36)

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.5 -m "<description of version>" 3a9d08547eae1ded210d3d3ce7a1576aa40d5f29
git push origin v0.6.5

Please sign in to comment.